mirror of https://github.com/sipwise/db-schema.git
Change-Id: I7aaef7dc2f66579f335b38a50539091ebd037ba2changes/49/1349/1
parent
f7892e7027
commit
a932d63799
@ -0,0 +1,6 @@
|
||||
use sipstats;
|
||||
set autocommit=0;
|
||||
|
||||
REVOKE SELECT ON stats.call_info FROM 'nagios'@'localhost';
|
||||
|
||||
commit;
|
||||
@ -0,0 +1,6 @@
|
||||
use sipstats;
|
||||
set autocommit=0;
|
||||
|
||||
GRANT SELECT ON stats.call_info TO 'nagios'@'localhost';
|
||||
|
||||
commit;
|
||||
Loading…
Reference in new issue