From 4f26dda4eb88a92f12ff12c098e48bca298c9c11 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 1 Sep 2016 14:56:53 +0200 Subject: [PATCH] TT#2757 Add emergency_geo_unavailable sound handle Change-Id: I9a2ea7a85301f3e9760008a0800aa865e0759d14 (cherry picked from commit 1cb9f98e28885fe1ebbdac2a3552d0b53bf69926) --- db_scripts/diff/15277.down | 2 +- db_scripts/diff/15277.up | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db_scripts/diff/15277.down b/db_scripts/diff/15277.down index a158ba85..8bbd4530 100644 --- a/db_scripts/diff/15277.down +++ b/db_scripts/diff/15277.down @@ -1,3 +1,3 @@ -use provisioning +use provisioning; DELETE FROM voip_sound_handles WHERE name = 'emergency_geo_unavailable'; diff --git a/db_scripts/diff/15277.up b/db_scripts/diff/15277.up index bb618bc7..96334565 100644 --- a/db_scripts/diff/15277.up +++ b/db_scripts/diff/15277.up @@ -1,4 +1,4 @@ -USE provisioning +USE provisioning; SELECT id INTO @rej_id FROM voip_sound_groups WHERE name = 'early_rejects'; INSERT INTO voip_sound_handles (name,group_id) VALUES ('emergency_geo_unavailable', @rej_id);