parent
a0deef9d09
commit
1cdd29cfd2
@ -0,0 +1,10 @@
|
||||
class ModifyDescriptionForHacks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :hacks, :description, :longtext
|
||||
change_column :hack_codes, :code, :longtext
|
||||
change_column :hack_user_lastest_codes, :code, :longtext
|
||||
change_column :hack_user_codes, :code, :longtext
|
||||
change_column :hack_user_debugs, :code, :longtext
|
||||
|
||||
end
|
||||
end
|
Loading…
Reference in new issue