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/15192.up

4 lines
256 B

GRANT SELECT ON `provisioning`.`voip_subscribers` TO 'rateomat'@'localhost';
GRANT SELECT ON `provisioning`.`voip_preferences` TO 'rateomat'@'localhost';
GRANT SELECT,DELETE,UPDATE,INSERT ON `provisioning`.`voip_usr_preferences` TO 'rateomat'@'localhost';