Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Re : Can I add changelog property to liquibase.properties file?

$
0
0
I had the same requirement, and after looking at the source code, I found out that this is possible if the property key is prefixed with "parameter":

  1. #Liquibase.properties
  2. driver: oracle.jdbc.OracleDriver
  3. classpath: ojdbc7.jar
  4. url: jdbc:oracle:thin:@10.0.2.1:1521:mydb
  5. username: USER
  6. password: pswd
  7. parameter.connection_string: user/pswd@mydb

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>