Byjg Migration Versions Save

Simple library writen in PHP without framework dependancy for database version control. Supports Sqlite, MySql, Sql Server and Postgres

4.9.1

4 months ago

4.9.0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/byjg/migration/compare/4.2.3...4.9.0

4.2.3

2 years ago

Fix minor errors in the Unittest and Sqlite database

4.2.2

2 years ago
  • Add Primary Key to migration_version table (Issue #36 )
  • Fix Warning PHP 8.1 (Issue #41 )

4.2.1

2 years ago

Fix Issue #39 :

  • Sqlite ignore view when resetting the database.

4.2.0

3 years ago

Features of the new version (PR #31):

  • Extract meta info @description from sql file
  • Send the meta info from sql file to callableProgress
  • Use docker-compose for tests
  • Add tests for single-quotes
  • Add sqlsvr_connect connect

4.1.0

3 years ago
  • Upgrade anydataset-db
  • Added isDatabaseVersioned

4.0.3

4 years ago

Removing byjg/uri. That references comes from byjg/anydataset-db and it is not necessary double reference it.

4.0.2

5 years ago

Several improvements for Postgresql based on issue #18

4.0.1

5 years ago

Important change -- Removed Dependency from Symfony/Console by splitting the project in two parts - Migration and Migration-Cli