From 1b98bb0fbcf74f258fa134fd776d056105391871 Mon Sep 17 00:00:00 2001 From: Rene Krenn Date: Fri, 27 Jan 2017 16:13:42 +0100 Subject: [PATCH] TT#9714 susbcriber first non-prim alias for edr records Change-Id: I9b033a66507c94459fbf11c0f5592ebad91c81a0 --- lib/NGCP/Schema/Result/events_tag.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/NGCP/Schema/Result/events_tag.pm b/lib/NGCP/Schema/Result/events_tag.pm index 8687b187..f5bac900 100644 --- a/lib/NGCP/Schema/Result/events_tag.pm +++ b/lib/NGCP/Schema/Result/events_tag.pm @@ -34,6 +34,10 @@ __PACKAGE__->add_columns( 'subscriber_profile_set_name', 'pilot_subscriber_profile_name', 'pilot_subscriber_profile_set_name', + 'first_non_primary_alias_username_before', + 'first_non_primary_alias_username_after', + 'pilot_first_non_primary_alias_username_before', + 'pilot_first_non_primary_alias_username_after', ] }, is_nullable => 0, },