forked from Gitlink/forgeplus
fixed
This commit is contained in:
parent
c8151bd472
commit
46a11d20d9
|
@ -0,0 +1,5 @@
|
|||
class ChangeCompetitionUserTpl < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :competition_users, :enroll_template_id, :string
|
||||
end
|
||||
end
|
|
@ -0,0 +1,9 @@
|
|||
class AddCompetitionInfoExt < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :competition_infos, :ext1, :text
|
||||
add_column :competition_infos, :ext2, :text
|
||||
add_column :competition_infos, :ext3, :text
|
||||
add_column :competition_infos, :ext4, :text
|
||||
add_column :competition_infos, :ext5, :text
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue