mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Removing unique key in cdrs_extra since it only slows down INSERTs
This commit is contained in:
@@ -34,8 +34,7 @@ CREATE TABLE cdrs_extra (
|
||||
tbid int(11) NOT NULL AUTO_INCREMENT,
|
||||
cgrid char(40) NOT NULL,
|
||||
extra_fields text NOT NULL,
|
||||
PRIMARY KEY (tbid),
|
||||
UNIQUE KEY cgrid (cgrid)
|
||||
PRIMARY KEY (tbid)
|
||||
);
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user