How to extend liquibase to execute some statement before each changeSet? -


i want execute specific statement before each changeset, in same transaction changeset statements - statement set transaction properties. same statement should executed changesets , don't want repeat in each changeset definition. ideally able react changeset attributes 'runintransaction'. there way this?

one way it:

liquibase has extension system. check out this page overview.

you write own "plugin" adds functionality. flexible way it.

i doubt there way without writing own plugin - don't know each , every part of liquibase...


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -