Merge pull request #6018 from betagouv/fix-schema

Correction du schéma des experts
This commit is contained in:
Pierre de La Morinerie 2021-03-25 11:54:42 +01:00 committed by GitHub
commit 1d18df1d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
t.boolean "tmp_expert_migrated", default: false
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"