Moves current column to `ax_type` but we will probably remove it and do series-based matching on the client
5 lines
121 B
Ruby
5 lines
121 B
Ruby
class AddBooleanAxToWeapons < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_column :weapons, :ax, :boolean
|
|
end
|
|
end
|