Hi @Sangramsk ,
You will need to introduce the following environment variables:
For Windows:
set JAVA_OPTS=-Dfile.encoding=UTF-8 && liquibase update
For Linux:
JAVA_OPTS=-Dfile.encoding=UTF-8 liquibase update
Hi @Sangramsk ,
You will need to introduce the following environment variables:
For Windows:
set JAVA_OPTS=-Dfile.encoding=UTF-8 && liquibase update
For Linux:
JAVA_OPTS=-Dfile.encoding=UTF-8 liquibase update