Repaired most tests

This commit is contained in:
andronache98
2022-01-28 12:53:43 +02:00
committed by Dan Christian Bogos
parent 88b57840c0
commit ff9257fd64
19 changed files with 157 additions and 151 deletions

View File

@@ -141,7 +141,7 @@ CREATE INDEX tp_routes_unique ON tp_routes ("tpid", "tenant", "id",
"type" varchar(64) NOT NULL,
"value" varchar(64) NOT NULL,
"blocker" BOOLEAN NOT NULL,
"weight" decimal(8,2) NOT NULL,
"weights" varchar(64) NOT NULL,
"created_at" TIMESTAMP WITH TIME ZONE
);
CREATE INDEX tp_attributes_ids ON tp_attributes (tpid);