Add migrated flag to module_api_cartos
This commit is contained in:
parent
90d4d8a393
commit
e63fd9d573
2 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddMigratedToModuleAPICartos < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :module_api_cartos, :migrated, :boolean
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue