mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
renamed rate_activation_start in db tables
This commit is contained in:
@@ -490,7 +490,7 @@ CREATE TABLE tp_rate_profiles (
|
||||
`max_cost_strategy` varchar(64) NOT NULL,
|
||||
`rate_id` varchar(32) NOT NULL,
|
||||
`rate_filter_ids` varchar(64) NOT NULL,
|
||||
`rate_activation_start` varchar(64) NOT NULL,
|
||||
`rate_activation_time` varchar(64) NOT NULL,
|
||||
`route_weight` decimal(8,2) NOT NULL,
|
||||
`rate_blocker` BOOLEAN NOT NULL,
|
||||
`rate_interval_start` varchar(64) NOT NULL,
|
||||
|
||||
@@ -476,7 +476,7 @@ CREATE INDEX tp_routes_unique ON tp_routes ("tpid", "tenant", "id",
|
||||
"max_cost_strategy" VARCHAR(64) NOT NULL,
|
||||
"rate_id" VARCHAR(64) NOT NULL,
|
||||
"rate_filter_ids" VARCHAR(64) NOT NULL,
|
||||
"rate_activation_start" VARCHAR(64) NOT NULL,
|
||||
"rate_activation_time" VARCHAR(64) NOT NULL,
|
||||
"rate_weight" decimal(8,2) NOT NULL,
|
||||
"rate_blocker" BOOLEAN NOT NULL,
|
||||
"rate_interval_start" VARCHAR(64) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user