mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:57:32 +00:00
chore: move the go code into a subfolder
This commit is contained in:
12
apps/api/internal/query/resource_counts_list.sql
Normal file
12
apps/api/internal/query/resource_counts_list.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
SELECT id,
|
||||
instance_id,
|
||||
table_name,
|
||||
parent_type,
|
||||
parent_id,
|
||||
resource_name,
|
||||
updated_at,
|
||||
amount
|
||||
FROM projections.resource_counts
|
||||
WHERE id > $1
|
||||
ORDER BY id
|
||||
LIMIT $2;
|
Reference in New Issue
Block a user