mirror of https://github.com/sipwise/db-schema.git
Remove 'serial' from the label and description of 'cloud_pbx_hunt_timeout' as this preference can now also be used for parallel groups. Change-Id: I66a51a5dddd9b872d97b2ec3de36ce79524abce6mr11.0
parent
c48aae5842
commit
54bb403412
@ -0,0 +1,7 @@
|
||||
SET AUTOCOMMIT=0;
|
||||
|
||||
USE provisioning
|
||||
|
||||
UPDATE voip_preferences SET label = 'CloudPBX Serial Hunt Timeout', description = 'The serial timeout for hunting in PBX hunt groups.' WHERE attribute = 'cloud_pbx_hunt_timeout';
|
||||
|
||||
COMMIT;
|
||||
@ -0,0 +1,7 @@
|
||||
SET AUTOCOMMIT=0;
|
||||
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET label = 'CloudPBX Hunt Timeout', description = 'The timeout for hunting in PBX hunt groups.' WHERE attribute = 'cloud_pbx_hunt_timeout';
|
||||
|
||||
COMMIT;
|
||||
Loading…
Reference in new issue