Skip to content
Snippets Groups Projects
Commit 07c979a6 authored by Marco De Donno's avatar Marco De Donno
Browse files

SQL upper casek

parent 35c495ef
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ def get_annotation_list_for_target_folder( uuid ):
sql = """
SELECT uuid
FROM cnm_data
left join cnm_data_type ON cnm_data.type_id = cnm_data_type.id
LEFT JOIN cnm_data_type ON cnm_data.type_id = cnm_data_type.id
WHERE
folder_uuid = %s AND
cnm_data_type.name = 'annotation'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment