mirror of https://github.com/sipwise/db-schema.git
parent
2b4365b603
commit
6b96c44a2e
@ -1,3 +1,5 @@
|
|||||||
use accounting;
|
use accounting;
|
||||||
grant select, update on accounting.events to export@localhost;
|
grant select, update on accounting.events to export@localhost;
|
||||||
grant select, insert, update on accounting.mark to export@localhost;
|
grant select, insert, update on accounting.mark to export@localhost;
|
||||||
|
grant select on provisioning.* to export@localhost;
|
||||||
|
grant select on billing.* to export@localhost;
|
||||||
|
|||||||
Loading…
Reference in new issue