Fix migration
This commit is contained in:
parent
8a10f97b88
commit
d399d8f1be
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
class RemoveAwakeningFromWeapon < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
remove_column :weapons, :awakening, :boolean
|
||||
remove_column :weapons, :awakening_types, :integer, array: true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue