Hi Daniel
Just tried the command and it is not working,
it seems to fail when it tries to run the param setting, with out that the class will execute.
John
Just tried the command and it is not working,
- public class TableSiteGUID implements liquibase.change.custom.CustomTaskChange {
- private String table;
- public void SetTableName(String table) {
- this.table = table;
- }
- <changeSet author="me" id="add suppliers primarykey (MS)" >
- <customChange class="uk.jdl.pos.util.TableSiteGUID" >
- <param name="SetTableName" value="tests"/>
- </customChange>
- </changeSet>
it seems to fail when it tries to run the param setting, with out that the class will execute.
John