https://github.com/phingofficial/task-liquibase
[READ-ONLY] 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.
https://github.com/phingofficial/task-liquibase
Last synced: about 1 year ago
JSON representation
[READ-ONLY] 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.
- Host: GitHub
- URL: https://github.com/phingofficial/task-liquibase
- Owner: phingofficial
- Created: 2020-01-01T13:11:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:52:36.000Z (over 1 year ago)
- Last Synced: 2025-04-14T05:38:44.550Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [READ-ONLY] task-liquibase
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](https://github.com/phingofficial/phing/issues) and
[send Pull Requests](https://github.com/phingofficial/phing/pulls)
in the [main Phing repository](https://github.com/phingofficial/phing).