remove intra from indexes -- don't see why we need 'em
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14705 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7b9ab305f4
commit
bbe4ca9137
|
@ -43,9 +43,7 @@ CREATE TABLE `lcr` (
|
|||
KEY `digits` (`digits`),
|
||||
KEY `lcr_profile` (`lcr_profile`),
|
||||
KEY `rate` (`rate`),
|
||||
KEY `intra` (`intra`),
|
||||
KEY `digits_profile_cid_rate` USING BTREE (`digits`,`rate`),
|
||||
KEY `digits_profile_cid_intra` USING BTREE (`digits`,`intra`),
|
||||
CONSTRAINT `carrier_id` FOREIGN KEY (`carrier_id`) REFERENCES `carriers` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue