Fix bugs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user