TT#108065 remove prof_pref from emergency_location_* preferences

Change-Id: I970bda3d6abe3b5c0ed1a4ab7fb6fd96646888b2
mr9.4
Victor Seva 4 years ago
parent de4495f909
commit f15ecd0a38

@ -22,7 +22,6 @@ label = "Emergency location format",
type = 0, type = 0,
max_occur = 1, max_occur = 1,
usr_pref = 1, usr_pref = 1,
prof_pref = 1,
data_type = "enum", data_type = "enum",
description = "Defines the format of emergency_location_object"; description = "Defines the format of emergency_location_object";
@ -32,8 +31,8 @@ INSERT INTO voip_preferences_enum
(preference_id, label, value, usr_pref, dom_pref, peer_pref, contract_pref, prof_pref, default_val) (preference_id, label, value, usr_pref, dom_pref, peer_pref, contract_pref, prof_pref, default_val)
VALUES VALUES
(@format_att_id, "Presence Information Data Format Location (@format_att_id, "Presence Information Data Format Location
Object", 'PIDF-LO', 1, 0, 0, 0, 1, 0), Object", 'PIDF-LO', 1, 0, 0, 0, 0, 0),
(@format_att_id, "cirpack", 'cirpack', 1, 0, 0, 0, 1, 1); (@format_att_id, "cirpack", 'cirpack', 1, 0, 0, 0, 0, 1);
-- migrate values to blob -- migrate values to blob
CREATE TEMPORARY TABLE tmp_voip_usr_preferences CREATE TEMPORARY TABLE tmp_voip_usr_preferences

Loading…
Cancel
Save