Use migrations in get latest
GerbenD
Posts: 3
We have a development database per developer. When updating these databases (get latest) the migrations we created and stored in SVN are not being executed. How can I use the migrations in our development area?
Gerben
Gerben
Comments
When we have a solution I will post an update.
I've got it reproduced and I'll try to find the cause tomorrow and let everyone know.
If you do:
Then this will tell you the current revision number. If you had linked to one repository that was at v9, for instance, and then linked to another repository at a lower rev, the changes don't seem to get pushed. I think this is the reason why the docs say to create a new database when you're branching.