Nicolae Claudius
11 years ago
3 changed files with 8 additions and 3 deletions
@ -0,0 +1,5 @@
|
||||
class ChangeRecordsContentLength < ActiveRecord::Migration |
||||
def change |
||||
change_column :records, :content, :string, limit: 20000 |
||||
end |
||||
end |
Loading…
Reference in new issue