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/15236.down

26 lines
958 B

#only DDL stmts with implicit commits
REVOKE SELECT ON accounting.cdr_direction FROM 'exporter'@'localhost';
REVOKE SELECT ON accounting.cdr_provider FROM 'exporter'@'localhost';
REVOKE SELECT ON accounting.cdr_cash_balance FROM 'exporter'@'localhost';
REVOKE SELECT ON accounting.cdr_cash_balance_data FROM 'exporter'@'localhost';
REVOKE SELECT ON accounting.cdr_time_balance FROM 'exporter'@'localhost';
REVOKE SELECT ON accounting.cdr_time_balance_data FROM 'exporter'@'localhost';
REVOKE SELECT ON accounting.cdr_relation FROM 'exporter'@'localhost';
REVOKE SELECT ON accounting.cdr_relation_data FROM 'exporter'@'localhost';
DROP TABLE accounting.cdr_cash_balance_data;
DROP TABLE accounting.cdr_cash_balance;
DROP TABLE accounting.cdr_time_balance_data;
DROP TABLE accounting.cdr_time_balance;
DROP TABLE accounting.cdr_relation_data;
DROP TABLE accounting.cdr_relation;
DROP TABLE accounting.cdr_provider;
DROP TABLE accounting.cdr_direction;