initialisation state for dossier with enum

This commit is contained in:
Xavier J 2015-09-22 18:30:20 +02:00
parent f7fb0f99bf
commit 888ac8b336
6 changed files with 21 additions and 5 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150922113504) do
ActiveRecord::Schema.define(version: 20150922141000) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -42,11 +42,11 @@ ActiveRecord::Schema.define(version: 20150922113504) do
t.string "nom_projet"
t.string "montant_projet"
t.string "montant_aide_demande"
t.boolean "dossier_termine"
t.integer "procedure_id"
t.date "date_previsionnelle"
t.datetime "created_at"
t.datetime "updated_at"
t.string "state"
end
add_index "dossiers", ["procedure_id"], name: "index_dossiers_on_procedure_id", using: :btree