Perhaps I'm doing this wrong, but I created a new model/table and needed to then create a join table. So I added the join table to the migrations file that already existed for my model. I run rake db:migrate and I'm not seeing the new table. If the table exists and there are no new files, does the migration ignore it?
I'd like to add the new table based on what I defined in the migration file without having to wipe all my current data. Any pointers? I read some of the RoR wiki pages and didn't get anywhere. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
