mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-01 13:32:41 +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;
|