mirror of https://github.com/sipwise/db-schema.git
parent
86f4d003ab
commit
0dc43cfd75
@ -0,0 +1,5 @@
|
||||
USE kamailio;
|
||||
|
||||
DELETE FROM peer_preferences WHERE uuid NOT IN (
|
||||
SELECT flags FROM lcr_gw
|
||||
);
|
||||
Loading…
Reference in new issue