Skip to content
kenshoo-parent edited this page Nov 21, 2011 · 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 file that will be used.

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

 //....
]
Clone this wiki locally