Remove RoundingMethod and RoundingDecimals from RateProfile

This commit is contained in:
TeoV
2021-01-12 17:43:26 +02:00
committed by Dan Christian Bogos
parent d71eb21713
commit 66e2b4cd01
25 changed files with 323 additions and 494 deletions

View File

@@ -469,8 +469,6 @@ CREATE INDEX tp_routes_unique ON tp_routes ("tpid", "tenant", "id",
"filter_ids" varchar(64) NOT NULL,
"activation_interval" varchar(64) NOT NULL,
"weight" decimal(8,2) NOT NULL,
"rounding_method" varchar(64) NOT NULL,
"rounding_decimals" SMALLINT NOT NULL,
"min_cost" decimal(8,4) NOT NULL,
"max_cost" decimal(8,4) NOT NULL,
"max_cost_strategy" VARCHAR(64) NOT NULL,