Add quick summons column to GridSummons
This commit is contained in:
parent
caaafe84d8
commit
3f544dcb6f
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddQuickSummonToGridSummons < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :grid_summons, :quick_summon, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Loading…
Reference in a new issue