This commit is contained in:
2025-11-06 22:59:33 +00:00
parent 01780d90e5
commit e734ec8f37
2 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -376,7 +376,8 @@ BEGIN
loyalty_stamps = 0,
data_retention_consent = FALSE,
data_consent_updated_at = NOW(),
updated_at = NOW()
updated_at = NOW(),
password_hash = NULL
WHERE id = target_id
AND account_role != 'guest';
END;