-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I just started using DBMigrate on an existing MySQL DB and keep hitting a java NullPointer error when I try rolling back migrations.
I can create and apply migrations to the DB fine, the problem only exists when I try to go back to the initial state (simply to test that the changes can be rolled back).
It's not such a huge issue now as I can create all the additional db changes I need but obviously moving forward it's not an optimal situation!
I've tried using DBMigrate v0.9 on CFWheels 1.1.6 and 1.1.8 and get the same issue. I'm currently using Railo 3.3.4.003 and MySQL 5.5.25
I looked at the .sql files generated by DBMigrate and the 'up' file is created fine with the relevant SQL statement but the 'down' file is blank?
Any help muchly appreciated