mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 20:55:46 +08:00
FIX change description 'longtext' type with projects table
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
class ChangeDescriptionFromProjects < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
change_column :projects, :description, :longtext
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user