Skip to content

v1.0.1 - Schema Dumper Bugfix

Choose a tag to compare

@bart-oz bart-oz released this 21 Dec 12:37
· 12 commits to main since this release
f6ce5e4

馃悰 Fixed

  • Schema Dumper Compatibility: Fixed "Unknown type 'uuid'" errors when using schema_format = :ruby (Rails default)
  • UUID/ULID columns now correctly create varchar(36) and varchar(26) in migrations
  • Added native_database_types registration for proper SQLite column type mapping

馃摝 Upgrade

bundle update sqlite_crypto

馃檹 Thanks

This fix was discovered during real-world usage testing in production apps. Thanks to the community for the quick feedback!

Full Changelog: CHANGELOG.md