Skip to content
narkisr edited this page Mar 6, 2012 · 4 revisions

The database configuration goes under the dbs section, the section is a list and can contains multiple entries (the plugin will run against each one in a row), each database also specifies main the database log entry point.

[
 dbs:  [// You can add multiple database, see wiki for details
     [user: '', pass: '', host: '', name: '', changeLog: 'src/main/groovy/com/kenshoo/liquibase/all_versions.groovy',type:'mysql|posgres'] 
  ],

 //....
]
Clone this wiki locally