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);