Created
June 6, 2012 09:13
-
-
Save BDQ/2880852 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
== AddApiKeyToSpreeUsers: migrating ========================================== | |
-- add_column(:spree_users, :api_key, :string, {:limit=>40}) | |
rake aborted! | |
An error has occurred, this and all later migrations canceled: | |
SQLite3::SQLException: no such table: spree_users: ALTER TABLE "spree_users" ADD "api_key" varchar(40) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment