We have below schema name in the code, and we have been using Liquibase validate command, please suggest with example how we can use default schema , thank you
We are using below command:
liquibase --url=“jdbc:mssql://hostname:databaseName=dbname);integratedSecurity=true;encrypt=false” --searchPath="\changeset_master_file_path"
–changeLogFile=“changeset_master.xml” `
validate