fixed update report query
This commit is contained in:
parent
e3e53802f9
commit
bdf233cb2c
|
|
@ -126,7 +126,7 @@ const modifyUserHasPlacesQuery = ({user_uuid, place_uuid, report_type_uuid, rati
|
|||
${ratingCondition}
|
||||
${imagesCondition}
|
||||
${descriptionCondition}
|
||||
modified = :now
|
||||
uuid = :uuid
|
||||
WHERE uuid = :uuid AND deleted IS NULL;
|
||||
|
||||
SELECT
|
||||
|
|
|
|||
Loading…
Reference in New Issue