renamed rate_activation_start in db tables

This commit is contained in:
adragusin
2020-07-06 14:40:47 +03:00
parent 9d39d572d8
commit 65227c6540
2 changed files with 2 additions and 2 deletions

View File

@@ -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,