mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Merge fixes
This commit is contained in:
@@ -480,7 +480,9 @@ CREATE TABLE tp_filters (
|
||||
CREATE INDEX tp_filters_idx ON tp_filters (tpid);
|
||||
CREATE INDEX tp_filters_unique ON tp_filters ("tpid","tenant", "id", "filter_type", "filter_field_name");
|
||||
|
||||
|
||||
--
|
||||
|
||||
-- Table structure for table `tp_lcr`
|
||||
--
|
||||
|
||||
@@ -500,8 +502,9 @@ CREATE TABLE tp_filters (
|
||||
"weight" decimal(8,2) NOT NULL,
|
||||
"created_at" TIMESTAMP WITH TIME ZONE
|
||||
);
|
||||
CREATE INDEX tp_lcr_idx ON tp_lcr (tpid);
|
||||
CREATE INDEX tp_lcr_unique ON tp_lcr ("tpid", "tenant", "id", "filter_ids");
|
||||
CREATE INDEX tp_lcr_idx ON tp_lcr (tpid);
|
||||
CREATE INDEX tp_lcr_unique ON tp_lcr ("tpid", "tenant", "id", "filter_ids");
|
||||
|
||||
|
||||
--
|
||||
-- Table structure for table `versions`
|
||||
|
||||
Reference in New Issue
Block a user