Skip to content

Instantly share code, notes, and snippets.

@kenton
Created June 7, 2012 13:51
Show Gist options
  • Save kenton/2888884 to your computer and use it in GitHub Desktop.
Save kenton/2888884 to your computer and use it in GitHub Desktop.
Loading Configuration Settings!
Loading Configuration Settings from file: /Users/kentonnewby/dev/limos/config/application_configuration.yml
Loading Configuration Settings from file: /Users/kentonnewby/dev/limos/config/application_configuration_development.yml
== ChangePrivateRatePoliciesTableSchema: migrating ===========================
-- Altering private_rate_policies table
-- execute("ALTER TABLE private_rate_policies ADD unique index_prp_on_id (id);")
rake aborted!
An error has occurred, all later migrations canceled:
Mysql::Error: Duplicate key name 'index_prp_on_id': ALTER TABLE private_rate_policies ADD unique index_prp_on_id (id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment