phpMyVersion 0.1.1-beta (Default branch) |
|
|
PHPMyVersion is designed to keep track of schema
changes and row changes to specified tables.
Developers can use it to keep track of changes to
development databases that need to be passed on to
live databases, e.g. through upgrade scripts. It
is able to tag changes with a version number, and
produce the SQL needed to upgrade a database from
one version to another, which is very useful for
upgrade scripts.
License: GNU Lesser General Public License (LGPL)
Changes:
This release fixes issues when running the cron script from a different directory than where it is located, as well as a few GUI issues.
|