parent
d58aca0693
commit
ca69099f2c
|
|
@ -0,0 +1,9 @@
|
|||
class IncreaseSnippetTextColumnSize < ActiveRecord::Migration
|
||||
def up
|
||||
# MYSQL LARGETEXT for snippet
|
||||
change_column :snippets, :content, :text, :limit => 4294967295
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
||||
Loading…
Reference in New Issue