https://github.com/thecodingmachine/database.patcher
A database patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. This package adds database support to the Mouf patch system (mouf/utils.patcher).
https://github.com/thecodingmachine/database.patcher
Last synced: 11 months ago
JSON representation
A database patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. This package adds database support to the Mouf patch system (mouf/utils.patcher).
- Host: GitHub
- URL: https://github.com/thecodingmachine/database.patcher
- Owner: thecodingmachine
- Created: 2013-08-10T11:56:13.000Z (over 12 years ago)
- Default Branch: 2.5
- Last Pushed: 2018-07-15T13:07:31.000Z (over 7 years ago)
- Last Synced: 2025-04-11T18:59:46.798Z (11 months ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 1
- Watchers: 12
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mouf's database patching system
===============================
This package is a database patch system designed for [Mouf](http://mouf-php.com) than enables developers to know what patch has been run and what needs to be run on its environment.
If you are working with a team or with many environment, this is very useful to know which database patches have been applied or not in an environment.
This is an extension (and the main implementation) of Mouf's patcher system.
For more documentation, have a look [Mouf's patcher system](http://mouf-php.com/packages/mouf/utils.patcher) documentation