Hi all,
I’m trying to work out if creating extensions is pro feature?
I’ve downloaded the example project, but don’t have maven so compiled the jar using eclipse, put it into the liquibase folder and it works (except froze on changes set 3 for some reason).
Then I simply created my own class based on ClearPasswordsChange, but called it MoneyFieldChange (with @DatabaseChange(name = “MoneyField”…)) and added a println instead of the current code. Then I added the class name to liquibase.change.Change, and recompiled the jar.
I’m getting the error saying it doesn’t recognise the change type moneyField - is there anything I’ve missed?