Question on migrations
September 9th, 2007OK. So you have been using migrations to iteratively modify your database and populate it with information as you flesh out your application. Awesome. Now, what happens when you change the model definitions and try to rollback and then roll forward?
This is the problem I’m encountering. For example, I’ve made changes to [...]
