Created
September 27, 2012 12:20
-
-
Save tisba/3793710 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
| 1.9.3-p194 migration-test ➜ bundle exec rake db:migrate --trace | |
| ** Invoke db:migrate (first_time) | |
| ** Invoke environment (first_time) | |
| ** Execute environment | |
| ** Invoke db:load_config (first_time) | |
| ** Execute db:load_config | |
| ** Execute db:migrate | |
| ** Invoke db:_dump (first_time) | |
| ** Execute db:_dump | |
| ** Invoke db:schema:dump (first_time) | |
| ** Invoke environment | |
| ** Invoke db:load_config | |
| ** Execute db:schema:dump | |
| bundle exec rake db:migrate --trace 1.85s user 0.17s system 99% cpu 2.031 total | |
| 1.9.3-p194 migration-test ➜ bundle exec rake db:migrate:status --trace | |
| ** Invoke db:migrate:status (first_time) | |
| ** Invoke environment (first_time) | |
| ** Execute environment | |
| ** Invoke db:load_config (first_time) | |
| ** Execute db:load_config | |
| ** Execute db:migrate:status | |
| Schema migrations table does not exist yet. | |
| 1.9.3-p194 migration-test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment