|
|
a4656520f8
|
fix(db): ensure pgcrypto extension for UUID generation
Add CREATE EXTENSION IF NOT EXISTS pgcrypto to migration for
compatibility with older PostgreSQL versions.
|
2026-04-06 23:23:26 -04:00 |
|
|
|
c6017b2f78
|
fix(db): wrap migration in transaction
Add BEGIN/COMMIT transaction wrapper to migration to ensure
atomicity and prevent partial migration failures.
|
2026-04-06 23:21:42 -04:00 |
|
|
|
2a808f8ca1
|
fix(db): preserve OAuth user verified status during migration
Update emailVerified type conversion to set OAuth users (those with
account records) as verified before converting timestamp to boolean.
|
2026-04-06 23:16:58 -04:00 |
|
|
|
febc57b240
|
refactor: update DB schema for better-auth conventions
|
2026-04-06 22:41:00 -04:00 |
|