mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Remove Blocker from SupplierProfile and add to Supplier
This commit is contained in:
committed by
Dan Christian Bogos
parent
24f19d6646
commit
a12d80d415
@@ -502,8 +502,8 @@ CREATE TABLE tp_suppliers (
|
||||
"supplier_resource_ids" varchar(64) NOT NULL,
|
||||
"supplier_stat_ids" varchar(64) NOT NULL,
|
||||
"supplier_weight" decimal(8,2) NOT NULL,
|
||||
"supplier_blocker" BOOLEAN NOT NULL,
|
||||
"supplier_parameters" varchar(64) NOT NULL,
|
||||
"blocker" BOOLEAN NOT NULL,
|
||||
"weight" decimal(8,2) NOT NULL,
|
||||
"created_at" TIMESTAMP WITH TIME ZONE
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user