add grant for mieter
This commit is contained in:
parent
9337f0d80e
commit
4c3c3706b3
@ -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'@'%';
|
||||
|
Loading…
x
Reference in New Issue
Block a user