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

pull/6335/head
Aditya Toshniwal 2023-05-29 17:09:27 +05:30
parent 7be7d3a024
commit 396a22b6be
1 changed files with 0 additions and 1 deletions

View File

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