Skip to content

Releases: byjg/php-migration

Release 2.0.0

27 May 20:53

Choose a tag to compare

  • 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

09 May 17:16

Choose a tag to compare

Added the method to get the current version

Release 1.1.0

02 May 21:35

Choose a tag to compare

  • Upgrade to new AnyDataset version
  • Added PgsqlCommand
  • Added DblibCommand (SQL Server)
  • Added Unit tests

Release 1.0.2

18 Jun 17:42

Choose a tag to compare

Added the migration command line script.

Release 1.0.1

12 Jun 13:50

Choose a tag to compare

Added SqliteCommand class;
Added prepareEnvironment() method;

Release 1.0.0

09 Jun 18:34

Choose a tag to compare

First Release