Add XLB (Transcendence) to Summons

Thanks, Bahamut
This commit is contained in:
Justin Edmund 2023-01-02 15:57:48 -08:00
parent cfe667ac4e
commit 0c4ed3e157

View file

@ -0,0 +1,5 @@
class AddXlbToSummons < ActiveRecord::Migration[6.1]
def change
add_column :summons, :xlb, :boolean, default: false, null: false
end
end