mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
87a2e18a4d
* 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;
|