Merge branch 'develop' into customize_submission_mail

This commit is contained in:
LeSim 2017-03-07 11:05:04 +01:00 committed by GitHub
commit 9764604430
32 changed files with 370 additions and 143 deletions

View file

@ -10,6 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170307092820) do
# These are extensions that must be enabled in order to support this database
@ -135,7 +136,9 @@ ActiveRecord::Schema.define(version: 20170307092820) do
t.text "json_latlngs"
t.boolean "archived", default: false
t.boolean "mandataire_social", default: false
t.datetime "deposit_datetime"
t.datetime "initiated_at"
t.datetime "received_at"
t.datetime "processed_at"
t.index ["procedure_id"], name: "index_dossiers_on_procedure_id", using: :btree
t.index ["user_id"], name: "index_dossiers_on_user_id", using: :btree
end