From 2165b5bcc64450959bdc07d3172c64808a3171f6 Mon Sep 17 00:00:00 2001 From: kara Diaby Date: Thu, 25 Mar 2021 11:48:19 +0100 Subject: [PATCH] fix tmp expert migrated on schema --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 6637fb0d9..be8f20e8a 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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"