forked from Gitlink/forgeplus
FIX change description 'longtext' type with projects table
This commit is contained in:
parent
831aea8b73
commit
cb7d49506c
|
@ -0,0 +1,5 @@
|
|||
class ChangeDescriptionFromProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :projects, :description, :longtext
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue