hensei-api/db/migrate/20250218023315_add_new_series_to_weapons.rb
Justin Edmund 487c01bd07 Migrations
- Adds series of migrations for changing the weapon's series to the values used by Cygames
- Shuffled around some foreign keys
2025-02-17 20:35:55 -08:00

5 lines
129 B
Ruby

class AddNewSeriesToWeapons < ActiveRecord::Migration[8.0]
def change
add_column :weapons, :new_series, :integer
end
end