fix for mysql8

This commit is contained in:
einhornimmond 2025-06-28 17:45:05 +02:00
parent eeedaec0bb
commit 5057e57ca6

View File

@ -35,7 +35,7 @@ export async function upgrade(queryFn: (query: string, values?: any[]) => Promis
(SELECT pubkey FROM login_users
WHERE pubkey IS NOT NULL)
AND email IN (SELECT email FROM state_users GROUP BY email HAVING COUNT(*) > 1
)
) AS subquery
)`,
)
}