diff --git a/db_scripts/diff/15080.up b/db_scripts/diff/15080.up index 7e028484..88f1629f 100644 --- a/db_scripts/diff/15080.up +++ b/db_scripts/diff/15080.up @@ -1,3 +1,5 @@ use accounting; grant select, update on accounting.events 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;