Releases: byjg/php-migration
Releases · byjg/php-migration
Release 2.0.0
- Add the version status to indicate if the migrate is complete or fail!
- Better management of the current database status;
- Update the version number script;
- Added the "DEV" sql script
- Fixed GLOB_BRACE in Alpine.
- Add the UPDATE (the system choose if UP or DOWN the database)
- Better error message in console.
- Renamed classes
Release 1.1.1
Added the method to get the current version
Release 1.1.0
- Upgrade to new AnyDataset version
- Added PgsqlCommand
- Added DblibCommand (SQL Server)
- Added Unit tests
Release 1.0.2
Added the migration command line script.
Release 1.0.1
Added SqliteCommand class;
Added prepareEnvironment() method;
Release 1.0.0
First Release