fix test
This commit is contained in:
parent
07806701dc
commit
29b28557c7
2 changed files with 15 additions and 15 deletions
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20160127162841) do
|
||||
ActiveRecord::Schema.define(version: 20160127170437) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
|
@ -99,7 +99,7 @@ ActiveRecord::Schema.define(version: 20160127162841) do
|
|||
t.string "raison_sociale"
|
||||
t.string "siret_siege_social"
|
||||
t.string "code_effectif_entreprise"
|
||||
t.integer "date_creation"
|
||||
t.datetime "date_creation"
|
||||
t.string "nom"
|
||||
t.string "prenom"
|
||||
t.integer "dossier_id"
|
||||
|
|
Loading…
Add table
Reference in a new issue