All,

As part of pushing my apps. to Heroku, I always do a "heroku rake db:migrate" to make sure I process DB migrations when they exist.

The most recent push I did showed the following output:

$ heroku rake db:migrate
(in /app/fae7bd97-5390-430b-a0f6-9b409931865e/home)
Dalli/SASL authenticating as app340439%40heroku.com
Dalli/SASL: Authenticated
Migrating to CreateTropoSessions (20110118214243)
Migrating to CreateTropoQuestions (20110121191631)
Migrating to AddTypeToTropoQuestions (20110121204849)
Migrating to CreateTropoAnswers (20110124183710)
Migrating to DeviseCreateUsers (20110201012423)

which completely scared the crap out of me because I thought it was remigrating from the beginning of my app's development. But as it turns out, it wasn't - nothing changed in the database.

Still, this output may be concerning to some.

Is Heroku running a custom version of the db:migrate class that emits this output? I don't see it in my output locally when I run "rake db:migrate".

Thanks,
Wes

--
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.

Reply via email to