-
Notifications
You must be signed in to change notification settings - Fork 13
Home
mdeletter edited this page Jun 4, 2012
·
18 revisions
DbPatch is a command-line utility written in PHP to manage/track sql/php patch files.
It's build to be PHP 5.1.x compatible and easily integratable into automated deployment scripts (like capistrano).
- Detect changes in executed patches
- Support SQL and PHP patches
- Run patch files from different branches
- Easy to use with automated deployment scripts
- Dump database manually or automatically before applying a patch.