Created
July 8, 2010 17:57
-
-
Save sholden/468361 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== 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