fixed limit
This commit is contained in:
parent
9611a27e0c
commit
f4e7ad7a4b
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class ChangeNoteNoteToText < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :notes, :note, :text
|
||||
change_column :notes, :note, :text, :limit => false
|
||||
end
|
||||
|
||||
def down
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue