fix tmp expert migrated on schema

This commit is contained in:
kara Diaby 2021-03-25 11:48:19 +01:00
parent 07aa588edf
commit 2165b5bcc6

View file

@ -123,7 +123,7 @@ ActiveRecord::Schema.define(version: 2021_03_11_141956) do
t.datetime "revoked_at" t.datetime "revoked_at"
t.bigint "experts_procedure_id" t.bigint "experts_procedure_id"
t.string "claimant_type" t.string "claimant_type"
t.boolean "tmp_expert_migrated" t.boolean "tmp_expert_migrated", default: false
t.index ["claimant_id"], name: "index_avis_on_claimant_id" t.index ["claimant_id"], name: "index_avis_on_claimant_id"
t.index ["dossier_id"], name: "index_avis_on_dossier_id" t.index ["dossier_id"], name: "index_avis_on_dossier_id"
t.index ["experts_procedure_id"], name: "index_avis_on_experts_procedure_id" t.index ["experts_procedure_id"], name: "index_avis_on_experts_procedure_id"