mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Remove RoundingMethod and RoundingDecimals from RateProfile
This commit is contained in:
committed by
Dan Christian Bogos
parent
d71eb21713
commit
66e2b4cd01
@@ -483,8 +483,6 @@ CREATE TABLE tp_rate_profiles (
|
||||
`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` tinyint(4) NOT NULL,
|
||||
`min_cost` decimal(8,4) NOT NULL,
|
||||
`max_cost` decimal(8,4) NOT NULL,
|
||||
`max_cost_strategy` varchar(64) NOT NULL,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user