2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added index to appointment table to speed up case selection criteria

This commit is contained in:
azammitdcarf
2010-08-24 02:18:10 +00:00
parent 00be6363ea
commit 7742406f57

View File

@@ -32,6 +32,7 @@ CREATE TABLE `appointment` (
PRIMARY KEY (`appointment_id`),
KEY `completed_call_id` (`completed_call_id`),
KEY `call_attempt_id` (`call_attempt_id`)
KEY `case_id` (`case_id`)
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
--