You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15104.down

6 lines
309 B

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;
REVOKE SELECT ON billing.domains FROM prosody@localhost;