"No text type has character length false"
Created by: shadowbooker
After running
bundle exec rake db:migrate RAILS_ENV=production
I get this error:
== ChangeNoteNoteToText: migrating ===========================================
-- change_column(:notes, :note, :text, {:limit=>false})
rake aborted!
An error has occurred, all later migrations canceled:
No text type has character length false
Tasks: TOP => db:migrate
(See full trace by running task with --trace)
Any idea?