I am using liquibase-hibernate ext. I am able to generate the difference between a hbm file and my schema. But I am not able to generate the <precondition>
tag.
I am not talking about custom precondition, I need to have the built in precondition tag such as table exists etc.
In liquibase doc, now where it is written how do we generate this while running liquibase -diff or generateChangeLog.
Is there a way to register these tags before generating the changelog files?