Project

General

Profile

« Previous | Next » 

Revision 672e0467

Added by Ori Rabin almost 6 years ago

Fixes #24122 - Remove limit from LookupValue value

View differences:

db/migrate/20121218084123_change_smart_variable_length.rb
end
def down
change_column :lookup_keys, :default_value, :string
change_column :lookup_keys, :default_value, :string, :limit => 255
end
end

Also available in: Unified diff