Project

General

Profile

« Previous | Next » 

Revision 30f19e0c

Added by Tom Caspy over 9 years ago

fixes #3008 - allowing large ptables

View differences:

db/migrate/20150127085513_set_ptable_layout_to_text.rb
class SetPtableLayoutToText < ActiveRecord::Migration
def up
change_column :ptables, :layout, :text, :null => false
end
def down
change_column :ptables, :layout, :string, :limit => 4096, :null => false
end
end

Also available in: Unified diff