Releases: phalcon/migrations
Releases · phalcon/migrations
v1.1.5
- 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
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.4
v1.0.3
- Fixed passing 'migrationsDir' option as a string
- Fixed usage of correct phalcon/ide-stubs:v4.0.0-rc.3 version
v1.0.2
v1.0.1
- 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