FIX change description 'longtext' type with projects table

This commit is contained in:
Jasder 2020-10-20 15:19:26 +08:00
parent 831aea8b73
commit cb7d49506c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class ChangeDescriptionFromProjects < ActiveRecord::Migration[5.2]
def change
change_column :projects, :description, :longtext
end
end