Displaying 1 result from an estimated 1 matches for "exmit2".
Did you mean:
exit2
2006 Aug 08
6
rake migrate the first time - uses more than schema_info?
...d to believe that the first time that you run rake
db:migrate, it must be looking for something in addition to/instead of
the version in the schema_info table to figure out that it wants to run
starting with the first migration file.
Here''s the output of rake --trace db:migrate
[dusan@exmit2 current]$ rake --trace db:migrate RAILS_ENV=production
(in /home/dusan/eSimplyTest/releases/20060808203414)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
Do I have to fiddle with my migration files on my production box?
Any info....