ChangeLog table name option in command line tool
Description
Environment
Oracle
Activity
Show:
Nathan Voxland March 24, 2015 at 8:10 PM
Merged pull request

Gérald Quintana March 20, 2015 at 10:33 AM
See pull request https://github.com/liquibase/liquibase/pull/387
From command line, it's not possible to customize changelog table name. It's always DATABASECHANGELOG.
I'd like to be able to change it, because in modularized app, I wan't to be able to run several liquibase instances (one per module/plugin).