Releases: bizley/yii2-migration
Releases · bizley/yii2-migration
3.2.0
- Option
excludeTableshas been added to exclude selected tables from scanning while runningcreate-allandupdate-allactions. Migration history table is added to excluded tables by default. upsert()method has been added in dummyMigrationfile to properly silence it while scanning migrations.- Some code style has been updated.
2.5.0
- Option
excludeTableshas been added to exclude selected tables from scanning while runningcreate-allandupdate-allactions. Migration history table is added to excluded tables by default. upsert()method has been added in dummyMigrationfile to properly silence it while scanning migrations.- Some code style has been updated.
2.4.0
- Tests structure has been updated for easier DBMS switching
- Added tests for PostgreSQL and SQLite
- Added warning for unsupported SQLite migration commands
- Fixed bug with schema type map missing when loading PostgreSQL schema
- Added fallback for SQLite primary key detection
- Schema type is now passed to TableColumn and TableChange
- Changed the way column length is compared
- Column length is now present only for DBMS supporting it
- Updated Travis config for MySQL
explicit_defaults_for_timestampsetting
3.1.0
- Tests structure has been updated for easier DBMS switching
- Added tests for PostgreSQL and SQLite
- Added warning for unsupported SQLite migration commands
- Fixed bug with schema type map missing when loading PostgreSQL schema
- Added fallback for SQLite primary key detection
- Schema type is now passed to TableColumn and TableChange
- Changed the way column length is compared
- Column length is now present only for DBMS supporting it
- Updated Travis config for MySQL
explicit_defaults_for_timestampsetting