Fixed PostgreSQL compatibility by removing MySQL-only column types and modifying column operations.
Full changelog
Changelog
Bug Fixes
- 933d33a99f08087868d30093d2f2a3cbfcbb0d21 fix(db): drop MySQL-only column types from GORM tags for PG compat #161
- 8d5ca4dc31c20a1fb56c030e904f5dd7c2aa2824 fix(db): replace MySQL-only MODIFY COLUMN with GORM Migrator API
- 884a5873bc9f2572dbdfcd0e0d05aa1a4b517fae fix(docker): pin pnpm to v10 to match CI Node 20 base image
Others
- f335eada2adf777f56d15411647c55ae2424db5c chore: bump version to 1.6.1