Hi Chris, Which method did you use to migrate? I usually use the rake utility and type db:migrate into the text box. BTW, I've tried db:migrate:reset in the past and that didn't work. I've had to db:migrate VERSION=0 and then db:migrate to get the same effect as reset. Kevin
crisb wrote: > hi there, > > i have a problem with migrating a database. > here is what i did: > - i created an app in heroku > - i exported it and edited it locally. everything worked fine > - later i pushed the app up to heroku with git > - when i now try to migrate my db nothing happens. there isn't even a > error. the migration results are empty. > > does someone know why this happened? > > regards, > chris > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
