Releases: Invoca/declare_schema
Releases · Invoca/declare_schema
Release v1.3.5.colin.1
Fixed
- Make
default_charset=
anddefault_collation=
lazy so they don't use the database connection to check the
MySQL version. Instead, that is checked the first timedefault_charset
ordefault_collation
is called.
Release v1.3.5
Fixed
- Make
default_charset=
anddefault_collation=
lazy so they don't use the database connection to check the
MySQL version. Instead, that is checked the first timedefault_charset
ordefault_collation
is called.
Release v1.4.0.colin.9
Fixed
- Add test for migrating
has_and_belongs_to_many
associations and fix them to properly declare their
2 foreign keys as the primary key of the join table, rather than just a unique index.
Release v1.3.4
Fixed
- Add test for migrating
has_and_belongs_to_many
associations and fix them to properly declare their
2 foreign keys as the primary key of the join table, rather than just a unique index.
Release v1.3.4.colin.1
Fixed
- Add test for migrating
has_and_belongs_to_many
associations and fix them to properly declare their
2 foreign keys as the primary key of the join table, rather than just a unique index.
Release v1.4.0.colin.8
Fixed
- Fix a MySQL 8 bug where MySQL 8+ renames charset 'utf8' to 'utf8mb3' and collation 'utf8_general_ci' to
'utf8mb3_unicode_ci'.
Release v1.3.3.colin.1
Fixed
- Fix a MySQL 8 bug where MySQL 8+ renames charset 'utf8' to 'utf8mb3' and collation 'utf8_general_ci' to
'utf8mb3_unicode_ci'.
Release v1.3.3
Fixed
- Fix a MySQL 8 bug where MySQL 8+ renames charset 'utf8' to 'utf8mb3' and collation 'utf8_general_ci' to
'utf8mb3_unicode_ci'.
Release v1.4.0.colin.7
Fixed
- Fix bug in migrator when table option definitions differ
Release v1.4.0.colin.6
Fixed
- Fix bug in migrator when table option definitions differ