mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix for mysql8
This commit is contained in:
parent
eeedaec0bb
commit
5057e57ca6
@ -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
|
||||
)`,
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user