mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-11 06:38:33 +00:00

* fix: migration, key rotation and org event reducing * fix oidc app * pointer receiver name
3 lines
106 B
SQL
3 lines
106 B
SQL
CREATE USER queries WITH PASSWORD ${queriespassword};
|
|
GRANT SELECT ON TABLE eventstore.events TO queries;
|