Fix count SQL for EPAS schemas to show/hide nodes. #5048

This commit is contained in:
Aditya Toshniwal 2023-05-29 17:09:27 +05:30
parent 7be7d3a024
commit 396a22b6be

View File

@ -18,4 +18,3 @@ WHERE
AND AND
nsp.nspname in ({{schema_restrictions}}) nsp.nspname in ({{schema_restrictions}})
{% endif %} {% endif %}
ORDER BY nspname;