diff --git a/lib/NGCP/Schema/Result/events_tag.pm b/lib/NGCP/Schema/Result/events_tag.pm index a92bb157..d321af92 100644 --- a/lib/NGCP/Schema/Result/events_tag.pm +++ b/lib/NGCP/Schema/Result/events_tag.pm @@ -39,6 +39,10 @@ __PACKAGE__->add_columns( 'pilot_first_non_primary_alias_username_before', 'pilot_first_non_primary_alias_username_after', 'non_primary_alias_username', + 'primary_alias_username_before', + 'primary_alias_username_after', + 'pilot_primary_alias_username_before', + 'pilot_primary_alias_username_after', ] }, is_nullable => 0, },