Create 20230106023753_change_awakening_type_default_value.rb
This commit is contained in:
parent
d13230bdb7
commit
6cf9c8d2ae
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class ChangeAwakeningTypeDefaultValue < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
change_column :grid_characters, :awakening_type, :integer, null: false, default: 1
|
||||
end
|
||||
end
|
||||
Loading…
Reference in a new issue