phing / task-liquibase
The LiquibaseTask is a generic task for liquibase commands that don't require extra command parameters.
Installs: 85 755
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Type:phing-extension
Requires
- php: >= 7.4
Requires (Dev)
- phing/phing: 3.0.x-dev
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.
This is a read-only split of https://github.com/phingofficial/phing/tree/main/src/Phing/Task/Ext/Liquibase.
Please report issues and send Pull Requests in the main Phing repository.