mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Small fix indexing of the stats
This commit is contained in:
@@ -328,5 +328,5 @@ CREATE TABLE tp_cdr_stats (
|
||||
action_triggers VARCHAR(64) NOT NULL,
|
||||
created_at TIMESTAMP
|
||||
);
|
||||
CREATE INDEX tpcdrstats_tpid_idx ON tp_cdrstats (tpid);
|
||||
CREATE INDEX tpcdrstats_idx ON tp_cdrstats (tpid,tag);
|
||||
CREATE INDEX tpcdrstats_tpid_idx ON tp_cdr_stats (tpid);
|
||||
CREATE INDEX tpcdrstats_idx ON tp_cdr_stats (tpid,tag);
|
||||
|
||||
Reference in New Issue
Block a user