add email_contact to formulaires

This commit is contained in:
Tanguy PATTE 2015-08-25 10:49:09 +02:00
parent e5e2fef8ae
commit cfa628231d
4 changed files with 34 additions and 27 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: 20150824134012) do
ActiveRecord::Schema.define(version: 20150825083550) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -108,6 +108,7 @@ ActiveRecord::Schema.define(version: 20150824134012) do
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.boolean "use_admi_facile"
t.string "email_contact"
end
create_table "pieces_jointes", force: :cascade do |t|