forked from Gitlink/forgeplus
Merge branch 'dev_trustie' into dev_devops
This commit is contained in:
commit
02a16748ec
|
@ -0,0 +1,5 @@
|
|||
class ChangeDescriptionLimtFromIssues < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :issues, :description, :longtext
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue