Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-02-14 15:28:15 +03:00
parent 4355a09a15
commit 3bc3543010

View File

@@ -85,7 +85,7 @@ SET
full_name = $4,
email = $5,
mobile = $6,
address = NULLIF($7, ''),
address = COALESCE($7, ''),
updated_at = NOW()
WHERE id = $1
`