选择题tpi中的显示没有按照tpm的排序来显示

This commit is contained in:
daiao 2017-09-20 10:29:39 +08:00
parent e86720be6b
commit 01b8a72e38
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
class ModifyPositionTypeForChallengeChoose < ActiveRecord::Migration
def up
change_column :challenge_chooses, :position, :integer
end
def down
end
end