An open API service indexing awesome lists of open source software.

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).

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