Hi there, I'm having difficulty in getting the ID and AUTHOR fields to populate correctly in the DATABASECHANGELOG table.
If I use an xml file for my changelog the update works fine (<changeSet id="1" author="testuser">) but I want to use a SQL file (--changeset testuser:1) which results in ID being set to raw and AUTHOR set to includeAll.
Help!