From b82a9ae38174e1dfb86928579bba82983ebb941e Mon Sep 17 00:00:00 2001 From: Ryan Herbert Date: Thu, 22 Oct 2020 09:30:29 +0000 Subject: [PATCH] comment for clarity --- server/web2py/applications/vidjil/models/sample_set_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/web2py/applications/vidjil/models/sample_set_list.py b/server/web2py/applications/vidjil/models/sample_set_list.py index 8d96ed92a..76951a362 100644 --- a/server/web2py/applications/vidjil/models/sample_set_list.py +++ b/server/web2py/applications/vidjil/models/sample_set_list.py @@ -31,6 +31,7 @@ class SampleSetList(): (db.auth_membership.group_id == db.auth_group.id)) ] + # SQL string with GROUP_CONCAT queries group_configs = get_conf_list_select() group_config_ids = get_config_ids_select() group_config_names = get_config_names_select() -- GitLab