Search: Return counts for values within an folder/repository (#97534)

This commit is contained in:
Ryan McKinley
2024-12-10 21:37:37 +03:00
committed by GitHub
parent b05d60e5b5
commit ea17b79c09
27 changed files with 1195 additions and 544 deletions

View File

@@ -5,6 +5,7 @@ SELECT
COUNT(*),
MAX("resource_version")
FROM "resource"
WHERE 1 = 1
GROUP BY
"namespace",
"group",