dev_sync_trustie
parent
434d7023c5
commit
e83ffc8071
@ -1,10 +0,0 @@
|
||||
class AddColumnToStageSections < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
def change
|
||||
add_column :competition_stage_sections, :mission_count, :integer, default: 0
|
||||
add_column :competition_stage_sections, :score_source, :integer, default: 0
|
||||
|
||||
add_column :competition_entries, :shixun_identifier, :string
|
||||
end
|
||||
end
|
||||
end
|
@ -0,0 +1,8 @@
|
||||
class AddColumnToStageSections < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :competition_stage_sections, :mission_count, :integer, default: 0
|
||||
add_column :competition_stage_sections, :score_source, :integer, default: 0
|
||||
|
||||
add_column :competition_entries, :shixun_identifier, :string
|
||||
end
|
||||
end
|
Loading…
Reference in new issue