竞赛通知的md编辑

dev_aliyun
cxt 5 years ago
parent d9a1ccaafc
commit c474976709

@ -0,0 +1,8 @@
class MigrateCompetitionMdContent < ActiveRecord::Migration
def up
change_column :competition_module_md_contents, :content, :text
end
def down
end
end
Loading…
Cancel
Save