diff --git a/lib/NGCP/Schema/Result/billing_profiles.pm b/lib/NGCP/Schema/Result/billing_profiles.pm index e419d7e8..03df3873 100644 --- a/lib/NGCP/Schema/Result/billing_profiles.pm +++ b/lib/NGCP/Schema/Result/billing_profiles.pm @@ -108,6 +108,12 @@ __PACKAGE__->add_columns( datetime_undef_if_invalid => 1, is_nullable => 1, }, + "ignore_domain", + { + data_type => "tinyint", + default_value => 0, + is_nullable => 0, + }, ); __PACKAGE__->set_primary_key("id");