phing / task-liquibase
The LiquibaseTask is a generic task for liquibase commands that don't require extra command parameters.
Installs: 18 947
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:phing-extension
Requires
- php: >= 7.1
Requires (Dev)
- phing/phing: 3.0.x-dev
This package is auto-updated.
Last update: 2020-12-30 16:54:46 UTC
README
The LiquibaseTask is a generic task for liquibase commands that don't require extra command parameters. You can run commands like updateSQL, validate or updateTestingRollback with this task but not rollbackToDateSQL since it requires a date parameter after the command.