I am very new to liquibase. Sorry for the basic question. Here is my question.
I need to change the password to AES_ENCRYPT and need to use key in this function. Is where any way that instead of hardcoded the KEY in change log script I can use the variable in changelog script for the key and this variable is set in the java code. Basically I didn’t want the KEY is hardcoded in the changelog script.
Yes, you can set it as a JVM system property by passing -Dpropertyname=value to java when it first starts, or as a parameter to ant, command line, or however you are running liquibase