Created
February 25, 2014 19:27
-
-
Save meatballhat/9215901 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ** 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