Skip to content

Instantly share code, notes, and snippets.

@meatballhat
Created February 25, 2014 19:27
Show Gist options
  • Select an option

  • Save meatballhat/9215901 to your computer and use it in GitHub Desktop.

Select an option

Save meatballhat/9215901 to your computer and use it in GitHub Desktop.
** Invoke db:data:migrate (first_time)
** Invoke db:migrate (first_time)
** Invoke db:set_during_migrate (first_time)
** Execute db:set_during_migrate
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment
** Execute db:schema:dump
** Execute db:data:migrate
== FixTypoInReturnEmailTemplates: migrating ==================================
rake aborted!
An error has occurred, all later migrations canceled:
undefined method `email_templates' for nil:NilClass
db/data_migrate//2010032163744_fix_typo_in_return_email_templates.rb:6:in `up'
/Users/d.buch/workspace/e-comm/lib/tasks/databases.rake:21:in `block (3 levels) in <top (required)>'
Tasks: TOP => db:data:migrate
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment