Skip to content

Releases: Invoca/declare_schema

Release v1.3.5.colin.1

22 Jan 17:37
Compare
Choose a tag to compare

Fixed

  • Make default_charset= and default_collation= lazy so they don't use the database connection to check the
    MySQL version. Instead, that is checked the first time default_charset or default_collation is called.

Release v1.3.5

22 Jan 18:53
ee0ea99
Compare
Choose a tag to compare

Fixed

  • Make default_charset= and default_collation= lazy so they don't use the database connection to check the
    MySQL version. Instead, that is checked the first time default_charset or default_collation is called.

Release v1.4.0.colin.9

20 Jan 19:02
Compare
Choose a tag to compare

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

20 Jan 02:34
Compare
Choose a tag to compare

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

19 Jan 21:59
Compare
Choose a tag to compare

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

18 Jan 03:20
Compare
Choose a tag to compare

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

17 Jan 19:25
Compare
Choose a tag to compare

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

17 Jan 20:12
c21e70d
Compare
Choose a tag to compare

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

16 Jan 18:59
Compare
Choose a tag to compare

Fixed

  • Fix bug in migrator when table option definitions differ

Release v1.4.0.colin.6

16 Jan 18:23
Compare
Choose a tag to compare

Fixed

  • Fix bug in migrator when table option definitions differ