mirror of https://github.com/sipwise/db-schema.git
and set its group to "Internals"ipeshinskaya/InvoiceTemplate5
parent
a1943212f8
commit
187af22f66
@ -0,0 +1,4 @@
|
||||
UPDATE provisioning.voip_preferences SET
|
||||
internal=1,
|
||||
voip_preference_groups_id=(select id from provisioning.voip_preference_groups where name='Call Forwards')
|
||||
WHERE attribute='ringtimeout';
|
@ -0,0 +1,4 @@
|
||||
UPDATE provisioning.voip_preferences SET
|
||||
internal=0,
|
||||
voip_preference_groups_id=(select id from provisioning.voip_preference_groups where name='Internals')
|
||||
WHERE attribute='ringtimeout';
|
Loading…
Reference in new issue