adam - 2010-08-09

There is a mismatch between the way the liquibase maven task generated the initial change_set and the way the annotations reference the tables and sequence. Without any changes, express works fine for MySQL & Postgres on OS X and Postgres on Linux. I have not tried other combinations.

I have not stressed too much about this because I am going to update the liquibase change-sets completely in 0.8. I am currently trying to do this and provide 0.7.x users an update path. This is a lot more difficult than you might think.

The current references in code to the sequence_list table all match up. If you need to hack around at the table names you will need to reference the source code to see how the sequence rows see referenced. I am pretty sure this won't be a lot of fun ;-)

Cheers,

Adam