add grant for mieter
This commit is contained in:
@ -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'@'%';
|
||||
|
Reference in New Issue
Block a user