Add Type in AttributeProfile

This commit is contained in:
TeoV
2019-04-03 18:22:16 +03:00
committed by Dan Christian Bogos
parent 6b79c01287
commit ff49c8997e
15 changed files with 95 additions and 64 deletions

View File

@@ -378,6 +378,7 @@ CREATE INDEX tp_suppliers_unique ON tp_suppliers ("tpid", "tenant", "id",
"activation_interval" varchar(64) NOT NULL,
"attribute_filter_ids" varchar(64) NOT NULL,
"field_name" varchar(64) NOT NULL,
"type" varchar(64) NOT NULL,
"substitute" varchar(64) NOT NULL,
"blocker" BOOLEAN NOT NULL,
"weight" decimal(8,2) NOT NULL,