Created
June 4, 2011 12:45
-
-
Save alexmuller/1007870 to your computer and use it in GitHub Desktop.
Problem running rake db:migrate
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
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" = '[email protected]' 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