Add columns for Classic II and Collab Gacha
This commit is contained in:
parent
aaa046c01f
commit
92de40bbbf
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
||||||
|
class AddClassicIiAndCollabToGacha < ActiveRecord::Migration[8.0]
|
||||||
|
def change
|
||||||
|
add_column :gacha, :classic_ii, :boolean, default: false
|
||||||
|
add_column :gacha, :collab, :boolean, default: false
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Reference in a new issue