mirror of https://github.com/sipwise/db-schema.git
Allow to select subscriber and dbaliases tables to find the right mailbox for any alias.vseva/8117
parent
c7e1b7d1b2
commit
2ada5d9703
@ -0,0 +1,4 @@
|
|||||||
|
use provisioning;
|
||||||
|
|
||||||
|
grant select on provisioning.voip_subscribers to "asterisk"@"localhost";
|
||||||
|
grant select on provisioning.voip_dbaliases to "asterisk"@"localhost";
|
Loading…
Reference in new issue