Small fix postgres indexes

This commit is contained in:
DanB
2015-03-31 19:29:17 +02:00
parent a29d17322d
commit 6efeacf817

View File

@@ -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`