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}
|
${ratingCondition}
|
||||||
${imagesCondition}
|
${imagesCondition}
|
||||||
${descriptionCondition}
|
${descriptionCondition}
|
||||||
modified = :now
|
uuid = :uuid
|
||||||
WHERE uuid = :uuid AND deleted IS NULL;
|
WHERE uuid = :uuid AND deleted IS NULL;
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue