Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created June 8, 2012 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BDQ/05c572240578c97e36ea to your computer and use it in GitHub Desktop.
Save BDQ/05c572240578c97e36ea to your computer and use it in GitHub Desktop.
== 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)
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