add grant for mieter

This commit is contained in:
Wolfgang Hottgenroth 2021-01-17 00:20:05 +01:00
parent 9337f0d80e
commit 4c3c3706b3
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -101,3 +101,4 @@ create table betriebskosten_abrechnung (
create user 'hausverwaltung-ui'@'%' identified by 'test123';
grant select on hausverwaltung.objekt to 'hausverwaltung-ui'@'%';
grant select on hausverwaltung.wohnung to 'hausverwaltung-ui'@'%';
grant select on hausverwaltung.mieter to 'hausverwaltung-ui'@'%';