add tmp_expert_migrated to avis table
This commit is contained in:
parent
81f5a5254b
commit
5e0cfbea07
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddTmpExpertMigratedToAvis < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :avis, :tmp_expert_migrated, :boolean, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue