Skip to content

Instantly share code, notes, and snippets.

@sholden
Created July 8, 2010 17:57
Show Gist options
  • Save sholden/468361 to your computer and use it in GitHub Desktop.
Save sholden/468361 to your computer and use it in GitHub Desktop.
== ChangeChangesPathLengthLimit: migrating ===================================
-- change_column(:changes, :path, :text, {:null=>false})
rake aborted!
An error has occurred, all later migrations canceled:
Mysql::Error: BLOB/TEXT column 'path' can't have a default value: ALTER TABLE `changes` CHANGE `path` `path` text DEFAUL
T '' NOT NULL
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment