Created
June 8, 2012 21:36
-
-
Save BDQ/2898218 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
== RenameApiKeyToSpreeApiKey: migrating ====================================== | |
-- rename_column(:spree_users, :api_key, :spree_api_key) | |
rake aborted! | |
An error has occurred, this and all later migrations canceled: | |
Could not find table 'spree_users' | |
Tasks: TOP => db:migrate | |
(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