remove useless columns from the db
This commit is contained in:
parent
8e1569a658
commit
71973de17c
2 changed files with 3 additions and 22 deletions
|
@ -123,7 +123,7 @@ ActiveRecord::Schema.define(version: 2021_03_11_141956) do
|
|||
t.datetime "revoked_at"
|
||||
t.bigint "experts_procedure_id"
|
||||
t.string "claimant_type"
|
||||
t.boolean "tmp_expert_migrated", default: false
|
||||
t.boolean "tmp_expert_migrated"
|
||||
t.index ["claimant_id"], name: "index_avis_on_claimant_id"
|
||||
t.index ["dossier_id"], name: "index_avis_on_dossier_id"
|
||||
t.index ["experts_procedure_id"], name: "index_avis_on_experts_procedure_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue