Skip to content

Instantly share code, notes, and snippets.

@zeke
Created October 20, 2008 02:51
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 zeke/18003 to your computer and use it in GitHub Desktop.
Save zeke/18003 to your computer and use it in GitHub Desktop.
Updated to revision 5017.
~/Projects/elc/givezooks/trunk >rake db:migrate
(in /Users/elcdeveloper/Projects/elc/givezooks/trunk)
== 134 AddCommunities: migrating ==============================================
-- add_column(:communities, :status, :string)
rake aborted!
Mysql::Error: #42S21Duplicate column name 'status': ALTER TABLE `communities` ADD `status` varchar(255)
(See full trace by running task with --trace)
~/Projects/elc/givezooks/trunk >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment