add grant for mieter

This commit is contained in:
2021-01-17 00:20:05 +01:00
parent 9337f0d80e
commit 4c3c3706b3

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'@'%';