db/migrate/20121115094430_increate_trace_colunm_limit.rb (
7
lines of code) (
raw
):
class IncreateTraceColunmLimit < ActiveRecord::Migration def up change_column :builds, :trace, :text, :limit => 1073741823 end def down end end