bootique / bootique-liquibase

Integration of Liquibase with Bootique

Home Page:http://bootique.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "delete-all" command

andrus opened this issue · comments

Often the dev workflow requires wiping out the schema and starting with migrations from scratch. Liquibase standard "delete-all" command should come handy.

The command has been named "--lb-drop-all" because of original LQ maven goal name and LQ API.
Additionally the command has been extended with CLI options "--schema" and "--catalog".