Greenstand / treetracker-admin-api

Legacy API microservice for the admin panel
GNU Affero General Public License v3.0
31 stars 81 forks source link

fix: add DISTINCT clause to ensure no duplicates #611

Closed bstetzer32 closed 2 years ago

bstetzer32 commented 2 years ago

Added DISTINCT clause to SQL statements to ensure that trees with more than one tag do not result in duplicate entries.