Skip to content

Releases: byjg/php-migration

Release 4.9.1

05 Jan 20:23
2fc2968
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.9.0...4.9.1

Release 4.9.0

21 May 21:36
89b72d4
Compare
Choose a tag to compare

What's Changed

  • "psql" to "pgsql" by @runnermatthew in #43
  • Bump Anydataset version with Major Changes by @byjg in #44
  • registerDatabase is now Static and the protocol is part of the driver

New Contributors

Full Changelog: 4.2.3...4.9.0

Release 4.2.3

17 Mar 01:46
Compare
Choose a tag to compare

Fix minor errors in the Unittest and Sqlite database

Release 4.2.2

15 Mar 18:51
263563a
Compare
Choose a tag to compare
  • Add Primary Key to migration_version table (Issue #36 )
  • Fix Warning PHP 8.1 (Issue #41 )

Release 4.2.1

06 Mar 18:17
902f0ac
Compare
Choose a tag to compare

Fix Issue #39 :

  • Sqlite ignore view when resetting the database.

Release 4.2.0

17 Jan 01:09
a506e24
Compare
Choose a tag to compare

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

Release 4.1.0

13 Jul 03:35
86c63ee
Compare
Choose a tag to compare
  • Upgrade anydataset-db
  • Added isDatabaseVersioned

Release 4.0.3

02 Apr 18:33
a79949d
Compare
Choose a tag to compare

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

Release 4.0.2

17 Dec 21:16
7f1dfba
Compare
Choose a tag to compare

Several improvements for Postgresql based on issue #18

Release 4.0.1

29 Nov 04:52
8e3086d
Compare
Choose a tag to compare

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