mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Small fix postgres indexes
This commit is contained in:
@@ -243,7 +243,7 @@ CREATE TABLE tp_lcr_rules (
|
||||
weight NUMERIC(8,2) NOT NULL,
|
||||
created_at TIMESTAMP
|
||||
);
|
||||
CREATE INDEX tplcr_idx ON tp_lcr_rules (tpid,direction,tenant,customer,destination_tag);
|
||||
CREATE INDEX tplcr_idx ON tp_lcr_rules (tpid,tenant,category,direction,account,subject,destination_tag);
|
||||
|
||||
--
|
||||
-- Table structure for table `tp_derived_chargers`
|
||||
|
||||
Reference in New Issue
Block a user