fix #9 #10 #11: fix email_verified schema, add auth gate to compare, use real user id

This commit is contained in:
Christopher Mayor
2026-04-27 10:33:22 -07:00
parent 56b6f67d00
commit 4d5e1502e9
3 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "users" ALTER COLUMN "email_verified" SET DATA TYPE boolean USING ("email_verified" IS NOT NULL);

View File

@@ -8,6 +8,13 @@
"when": 1777066297133,
"tag": "0000_gorgeous_puma",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1777066300000,
"tag": "0001_fix_email_verified",
"breakpoints": true
}
]
}