forked from Trustie/forgeplus
FIX change description column type to longtext
This commit is contained in:
parent
00cbb6ae37
commit
6cd56a7c63
|
@ -0,0 +1,5 @@
|
||||||
|
class ChangeDescriptionLimtFromIssues < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
change_column :issues, :description, :longtext
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue