fix(auth): find account better

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-12-21 10:42:40 +01:00
parent b6ab9d3bb9
commit a32b8b37bd
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "accounts" ADD COLUMN "email" TEXT;