mirror of https://github.com/sipwise/db-schema.git
parent
400b29838e
commit
e011ca6064
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET internal=0 WHERE attribute='allowed_ips_grp';
|
||||
UPDATE voip_preferences SET internal=0 WHERE attribute='man_allowed_ips_grp';
|
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET internal=1 WHERE attribute='allowed_ips_grp';
|
||||
UPDATE voip_preferences SET internal=1 WHERE attribute='man_allowed_ips_grp';
|
Loading…
Reference in new issue