diff --git a/lib/NGCP/Schema/Result/reseller_brandings.pm b/lib/NGCP/Schema/Result/reseller_brandings.pm index 8c5a9277..2d497066 100644 --- a/lib/NGCP/Schema/Result/reseller_brandings.pm +++ b/lib/NGCP/Schema/Result/reseller_brandings.pm @@ -28,6 +28,10 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 1, size => 32 }, "css", { data_type => "mediumtext", is_nullable => 1 }, + "csc_color_primary", + { data_type => "varchar", is_nullable => 1, size => 45 }, + "csc_color_secondary", + { data_type => "varchar", is_nullable => 1, size => 45 }, );