mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-19 23:58:19 +00:00

adds possibilities to cap authenticated requests and execution seconds of actions on a defined intervall
4 lines
92 B
SQL
4 lines
92 B
SQL
CREATE SCHEMA IF NOT EXISTS logstore;
|
|
|
|
GRANT ALL ON ALL TABLES IN SCHEMA logstore TO %[1]s;
|