Skip to content

Instantly share code, notes, and snippets.

@timharding
Created February 10, 2010 17:06
Show Gist options
  • Save timharding/300566 to your computer and use it in GitHub Desktop.
Save timharding/300566 to your computer and use it in GitHub Desktop.
* executing "cd /u/apps/staging-theorytest/releases/20100210170118; rake RAILS_ENV=staging db:migrate"
servers: ["joe.dh.bytemark.co.uk"]
[joe.dh.bytemark.co.uk] executing command
** [out :: joe.dh.bytemark.co.uk] (in /u/apps/staging-theorytest/releases/20100210170118)
** [out :: joe.dh.bytemark.co.uk] == CreateVehicleCategories: migrating ========================================
** [out :: joe.dh.bytemark.co.uk] -- create_table(:vehicle_categories)
** [out :: joe.dh.bytemark.co.uk] rake aborted!
** [out :: joe.dh.bytemark.co.uk]
** [out :: joe.dh.bytemark.co.uk] An error has occurred, all later migrations canceled:
** [out :: joe.dh.bytemark.co.uk]
** [out :: joe.dh.bytemark.co.uk] Mysql::Error: Table 'vehicle_categories' already exists: CREATE TABLE `vehicle_categories` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255)) ENGINE=InnoDB
** [out :: joe.dh.bytemark.co.uk]
** [out :: joe.dh.bytemark.co.uk]
** [out :: joe.dh.bytemark.co.uk] (See full trace by running task with --trace)
** [out :: joe.dh.bytemark.co.uk]
command finished
failed: "sh -c 'cd /u/apps/staging-theorytest/releases/20100210170118; rake RAILS_ENV=staging db:migrate'" on joe.dh.bytemark.co.uk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment