MT#8951 grant access on more tables to prosody

We need more access in order to retrive the info for generate the vcard

Change-Id: Iacca0b7d99ec2c17961170f1e43320ad2d8bb311
changes/24/224/1
Victor Seva 12 years ago
parent c23d6ed6ca
commit b6856d7335

@ -0,0 +1,4 @@
REVOKE SELECT ON provisioning.voip_dbaliases FROM prosody@localhost;
REVOKE SELECT ON billing.voip_subscribers FROM prosody@localhost;
REVOKE SELECT ON billing.contacts FROM prosody@localhost;
REVOKE SELECT ON billing.contracts FROM prosody@localhost;

@ -0,0 +1,4 @@
GRANT SELECT ON provisioning.voip_dbaliases TO prosody@localhost;
GRANT SELECT ON billing.voip_subscribers TO prosody@localhost;
GRANT SELECT ON billing.contacts TO prosody@localhost;
GRANT SELECT ON billing.contracts TO prosody@localhost;
Loading…
Cancel
Save