v1.0.1 - Schema Dumper Bugfix
馃悰 Fixed
- Schema Dumper Compatibility: Fixed "Unknown type 'uuid'" errors when using
schema_format = :ruby(Rails default) - UUID/ULID columns now correctly create
varchar(36)andvarchar(26)in migrations - Added
native_database_typesregistration 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