Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -85,7 +85,7 @@ SET
|
|||||||
full_name = $4,
|
full_name = $4,
|
||||||
email = $5,
|
email = $5,
|
||||||
mobile = $6,
|
mobile = $6,
|
||||||
address = NULLIF($7, ''),
|
address = COALESCE($7, ''),
|
||||||
updated_at = NOW()
|
updated_at = NOW()
|
||||||
WHERE id = $1
|
WHERE id = $1
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user