The problem seems to be with the change_column function. When I removed it, the migration ran fine.
My code was: change_column :artists, :birth, :integer, :limit => 4 (changing from a :date type to a :integer type) On Feb 21, 6:09 pm, Rafal Dittwald <[email protected]> wrote: > I've created a migration that adds new columns to one of my tables. > When I do db:migrate, the migration runs without any errors, but when > I check the database (through the data tab) the new columns do not > show up. When I try to reverse the migration, it gives me errors that > the columns do not exist. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
