Releases: phalcon/migrations
Releases · phalcon/migrations
v2.1.3
Supported PHP versions: 7.2, 7.3, 7.4
- Improved tests codebase (#86)
- Fixed
.phar
compilation (#91)
- Added filter for column default value (65735c1)
v2.1.2
Supported PHP versions: 7.2, 7.3, 7.4
- Added separate changelog document
CHANGELOG.md
(#85)
- Fixed long execution of data insertion during migration run (x14 faster) (#76)
- Added
README.md
inside tests folder (#78)
v2.1.1
Supported PHP versions: 7.2, 7.3, 7.4
- Added size for
DECIMAL
Column type (MySQL) (#77)
- Added possibility to specify options
no-auto-increment
, skip-ref-schema
and skip-foreign-checks
from config file (#80)
v2.1.0
Supported PHP versions: 7.2, 7.3, 7.4
- Added option to disable and enable foreign key (#11)
- Added config option to ignore reference schema (#68)
- Added more tests (38028e8)
- Removed extended class of Phalcon PDO and Dialect (58c383b)
v2.0.0
- Integrated Phalcon CLI Options Parser (COP) (#20)
- Removed duplicated required 1st argument
migration
in CLI (#20)
- Rewrote all tests from PHPUnit to Codeception, also added CLI tests (#20, 2ede70c)
v1.2.2
- Fixed references generation (d225f61)
v1.2.1
- Fixed running migration that were added before the latest (#66)
- Refactored part of Migration file generation
v1.2.0
- Disabled AUTO_INCREMENT option in migrations by default (#57)
- Added PRIMARY KEY in table "phalcon_migrations" on column "version" (#58)
- Implement PHAR release for each new version (#12)
- Updated shivammathur/setup-php to v2 and add cache for extensions (5ce0c6a)
v1.1.7
- Added support of ENUM column type (#7)
v1.1.6
- Updated list of column types without
size
(#49)
- Fixed generation table columns with NULL definition (#51)
- Fixed running time based migrations (#53)