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…
Reference in new issue