Remove attributes_conns from RALs

This commit is contained in:
TeoV
2018-07-24 07:16:54 -04:00
committed by Dan Christian Bogos
parent dea8810abc
commit 67a0cf081a
10 changed files with 4 additions and 48 deletions

View File

@@ -529,6 +529,7 @@ CREATE INDEX tp_suppliers_unique ON tp_suppliers ("tpid", "tenant", "id",
"initial" varchar(64) NOT NULL,
"substitute" varchar(64) NOT NULL,
"append" BOOLEAN NOT NULL,
"blocker" BOOLEAN NOT NULL,
"weight" decimal(8,2) NOT NULL,
"created_at" TIMESTAMP WITH TIME ZONE
);