I am generating a migration sql script using the liquibase-maven-plugin with goal "updateSQL". Now I would like to use a custom delimeter in the generated script ("[go]" instead of the standard ";").
Is there a possibility to configure the delimeter in the generated script? I haven't found anything regarding this in the documentation or the forum.
Any help would be appreciated.
Is there a possibility to configure the delimeter in the generated script? I haven't found anything regarding this in the documentation or the forum.
Any help would be appreciated.