Update 20230102160350_migrate_limit_to_boolean.rb
This commit is contained in:
parent
cb810b3fd5
commit
5404618b2f
1 changed files with 5 additions and 4 deletions
|
|
@ -17,8 +17,9 @@ class MigrateLimitToBoolean < ActiveRecord::Migration[6.1]
|
||||||
summon.limit2 = false
|
summon.limit2 = false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def down
|
|
||||||
raise ActiveRecord::IrreversibleMigration
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
raise ActiveRecord::IrreversibleMigration
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue