mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
@@ -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
|
||||
Reference in New Issue
Block a user