You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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']
],
//....
]