mailiverse/java/core/src/core/server/db/sql/mark_failure

8 lines
101 B
Plaintext

REPLACE INTO failure (user_id, mark)
SELECT
id as user_id,
now() as mark
FROM
user
WHERE
name = ?