Modified blocker into Blockers for attributes

This commit is contained in:
porosnicuadrian
2022-04-21 11:10:28 +03:00
committed by Dan Christian Bogos
parent 5662444a10
commit b16b44732e
38 changed files with 469 additions and 207 deletions

View File

@@ -140,7 +140,7 @@ CREATE INDEX tp_routes_unique ON tp_routes ("tpid", "tenant", "id",
"path" varchar(64) NOT NULL,
"type" varchar(64) NOT NULL,
"value" varchar(64) NOT NULL,
"blocker" BOOLEAN NOT NULL,
"blockers" varchar(64) NOT NULL,
"weights" varchar(64) NOT NULL,
"created_at" TIMESTAMP WITH TIME ZONE
);