add tmp_expert_migrated to avis table

This commit is contained in:
kara Diaby 2021-03-11 17:03:45 +01:00
parent 81f5a5254b
commit 5e0cfbea07
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddTmpExpertMigratedToAvis < ActiveRecord::Migration[6.0]
def change
add_column :avis, :tmp_expert_migrated, :boolean, default: false
end
end