Skip to content

Releases: phalcon/migrations

v1.1.5

02 Feb 20:44
67ef5f8
Compare
Choose a tag to compare
v1.1.5 Pre-release
Pre-release
  • Fixed adding primary key in migration generation for PostgreSQL (#1)
  • Added test cases in migrations to run SET FOREIGN_KEY_CHECKS (#2)
  • Implemented workflows for PostgreSQL with new tests (#43)
  • Added support of 'descr' option in config file (#39)
  • Fixed PHP Notice in case if migrations directory(ies) was(were) not found (#40)
  • Adapt code to PSR-12 format (#47)

v1.1.4

29 Jan 11:51
9a820f9
Compare
Choose a tag to compare
v1.1.4 Pre-release
Pre-release
  • Updated Github Actions to run tests with different PHP versions: 7.2, 7.3, 7.4 (#32)
  • Updated minimum required version of Phalcon to 4.0.0 (b3e1a4a)
  • Reviewed support of MySQL JSON type (#3)
  • Fixed adding foreign key during separate migrations (#29)

v1.1.3

01 Jan 13:49
b6d751a
Compare
Choose a tag to compare
v1.1.3 Pre-release
Pre-release
  • Added support of TIME datatype (#8)

v1.1.2

30 Dec 21:36
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release
  • Minor refactor (c7cf72a)
  • Fixed 2 argument type in batchInsert() method (63f5b33)

v1.1.1

21 Dec 15:07
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

v1.1.0

14 Dec 10:50
3d2db67
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release
  • Refactored Migrations class (9603ab7, 24a62fa)
  • Implemented bin for CLI usage (#13)
  • Fixed global installation of package (#15)
  • Fixed ---log-in-db parameter (#17)
  • Fixed omitting size for DATE and DATETIME types (#22)

v1.0.4

18 Nov 22:54
Compare
Choose a tag to compare
v1.0.4 Pre-release
Pre-release
  • Fixed migrations run with 'migrationsDir' option as a string

v1.0.3

18 Nov 21:42
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

v1.0.2

17 Nov 20:24
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
  • Removed ext-posix from composer requirements

v1.0.1

17 Nov 17:40
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
  • Configured Github Actions
  • Fixed passing third parameter to generateAll() method
  • Refactored current Tests
  • Implemented new Tests
  • Enabled Codecov.io reports
  • Small refactors in code
  • Moved Phinx composer package to suggestions
  • Bumped minimal Phalcon version to 4.0.0-RC.3