From f15ecd0a3826280f2ad8470bf99dacdcfa72f96c Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 22 Feb 2021 15:23:11 +0100 Subject: [PATCH] TT#108065 remove prof_pref from emergency_location_* preferences Change-Id: I970bda3d6abe3b5c0ed1a4ab7fb6fd96646888b2 --- db_scripts/diff/15664.up | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/db_scripts/diff/15664.up b/db_scripts/diff/15664.up index 35a124f5..5c01685f 100644 --- a/db_scripts/diff/15664.up +++ b/db_scripts/diff/15664.up @@ -22,7 +22,6 @@ label = "Emergency location format", type = 0, max_occur = 1, usr_pref = 1, -prof_pref = 1, data_type = "enum", 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) VALUES (@format_att_id, "Presence Information Data Format Location - Object", 'PIDF-LO', 1, 0, 0, 0, 1, 0), -(@format_att_id, "cirpack", 'cirpack', 1, 0, 0, 0, 1, 1); + Object", 'PIDF-LO', 1, 0, 0, 0, 0, 0), +(@format_att_id, "cirpack", 'cirpack', 1, 0, 0, 0, 0, 1); -- migrate values to blob CREATE TEMPORARY TABLE tmp_voip_usr_preferences