fixed update report query

This commit is contained in:
Pau 2025-05-27 02:04:58 +02:00
parent e3e53802f9
commit bdf233cb2c
1 changed files with 1 additions and 1 deletions

View File

@ -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