fix: migration, key rotation and org event reducing (#1403)

* fix: migration, key rotation and org event reducing

* fix oidc app

* pointer receiver name
This commit is contained in:
Livio Amstutz
2021-03-10 14:32:56 +01:00
committed by GitHub
parent c71a30de76
commit 87a2e18a4d
8 changed files with 34 additions and 24 deletions

View File

@@ -1,2 +1,2 @@
CREATE USER queries WITH PASSWORD ${queriespassword};
GRANT SELECT ON DATABASE eventstore TO queries;
GRANT SELECT ON TABLE eventstore.events TO queries;