Add XLB (Transcendence) to Summons
Thanks, Bahamut
This commit is contained in:
parent
cfe667ac4e
commit
0c4ed3e157
1 changed files with 5 additions and 0 deletions
5
db/migrate/20230102234217_add_xlb_to_summons.rb
Normal file
5
db/migrate/20230102234217_add_xlb_to_summons.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddXlbToSummons < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :summons, :xlb, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Loading…
Reference in a new issue