Skip to content

Instantly share code, notes, and snippets.

@alexmuller
Created June 4, 2011 12:45
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 alexmuller/1007870 to your computer and use it in GitHub Desktop.
Save alexmuller/1007870 to your computer and use it in GitHub Desktop.
Problem running rake db:migrate
alexmuller@Muller-MacBookPro one-click-orgs $ rake db:migrate
(in /Users/alexmuller/dev/one-click-orgs)
== ConvertProposalsToStateMachine: migrating =================================
-- add_column(:proposals, :state, :string)
-> 0.0010s
rake aborted!
An error has occurred, this and all later migrations canceled:
SQLite3::SQLException: no such column: members.state: SELECT "members".* FROM "members" WHERE "members"."email" = 'hi@example.com' AND ("members".organisation_id = 6) AND ("members"."state" IN ('active')) LIMIT 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment