Skip to content

3.1.0 - Fixes for non-default spaces and a migration for users of old versions

Latest

Choose a tag to compare

@gwynne gwynne released this 07 Apr 08:52
8effcf1

What's Changed

  • Fix creation of the database enum when using a non-default space by @gwynne in #17
  • Add migration to support users of old versions by @gwynne in #18

Additional Notes

  • Swift 5.10 is now the required minimum version.
  • For MySQL users, the main migration will now use DATETIME(6) instead of DATETIME so that timestamps have subsecond precision. The updated_at column is now also a DATETIME(6) instead of a TIMESTAMP. Existing users do not need to make any changes to their tables or add any new migrations; the existing table layout continues to work as it did before. Only new users and users who change their tables manually will see this.
  • For non-MySQL users, the updated_at column is now NOT NULL. Again, existing users do not need to take any action; everything continues to work as before.

Full Changelog: 3.0.1...3.1.0