diff --git a/lib/NGCP/Schema/Result/events.pm b/lib/NGCP/Schema/Result/events.pm index 97e034ef..644a5a85 100644 --- a/lib/NGCP/Schema/Result/events.pm +++ b/lib/NGCP/Schema/Result/events.pm @@ -24,6 +24,8 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 0, size => 255 }, "subscriber_id", { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 0 }, + "reseller_id", + { data_type => "integer", extra => { unsigned => 1 }, is_nullable => 0 }, "old_status", { data_type => "varchar", is_nullable => 1, size => 255 }, "new_status",