i fixed my problem. If I was you I would make sure there are not syntax errors in your migrations first. and assuming your data is backed up in fixtures, you should try db:migrate:redo
then try db:migrate the response you were getting previously was probably due to the fact that your database was migrated to the top version, so thus it appeared like it didn't do anything, which in effect is true it didn't. so try migrating back to zero then up again, but make sure there are no errors in your migrations, because they may not get flagged. On Mar 20, 1:56 pm, Brandon Taylor <[EMAIL PROTECTED]> wrote: > Ugh - my fault with typing too fast. I did enter "db:migrate" in the > Rake interface to return the result I listed previously. > > On Mar 20, 3:38 pm, "Adam Wiggins" <[EMAIL PROTECTED]> wrote: > > > On 3/20/08, Brandon Taylor <[EMAIL PROTECTED]> wrote: > > > > When I would run db:rake, it's returning: (in /mnt/home/userapps/ > > > 10882) > > > db:rake isn't a valid task. You might want db:migrate. Type --tasks > > for a list of all tasks. > > > Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
