[fix #504] Dossier: initiated -> en_construction

The change must not impact the api
This commit is contained in:
LeSim 2017-12-14 15:51:45 +01:00
parent 461dd9e843
commit 56545933a9
72 changed files with 261 additions and 187 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20171205151128) do
ActiveRecord::Schema.define(version: 20171214112701) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -194,7 +194,7 @@ ActiveRecord::Schema.define(version: 20171205151128) do
t.text "json_latlngs"
t.boolean "archived", default: false
t.boolean "mandataire_social", default: false
t.datetime "initiated_at"
t.datetime "en_construction_at"
t.datetime "received_at"
t.datetime "processed_at"
t.text "motivation"