选择题tpi中的显示没有按照tpm的排序来显示
This commit is contained in:
parent
e86720be6b
commit
01b8a72e38
|
|
@ -0,0 +1,8 @@
|
|||
class ModifyPositionTypeForChallengeChoose < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :challenge_chooses, :position, :integer
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue