From e7564fa7b7d3a7950310b51c0d540aab87307865 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Thu, 27 Jan 2022 12:00:04 +0100 Subject: [PATCH] TT#158003 add subscriber_location_mappings mode 'forward' * mode enum column now contains a new value 'forward' to reflect the database change. Change-Id: Ida161b4d71863f4fb5c42a388a0464a9948ca6a4 (cherry picked from commit 487a908c569128c96f4bebccc4d5bce237d4b4d0) --- lib/NGCP/Schema/Result/voip_subscriber_location_mappings.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Schema/Result/voip_subscriber_location_mappings.pm b/lib/NGCP/Schema/Result/voip_subscriber_location_mappings.pm index cbc9d307..399684be 100644 --- a/lib/NGCP/Schema/Result/voip_subscriber_location_mappings.pm +++ b/lib/NGCP/Schema/Result/voip_subscriber_location_mappings.pm @@ -37,7 +37,7 @@ __PACKAGE__->add_columns( { data_type => "enum", default_value => "replace", - extra => { list => ["add", "replace", "offline"] }, + extra => { list => ["add", "replace", "offline", "forward"] }, is_nullable => 0, }, "to_username",