mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added missing comma
This commit is contained in:
@@ -31,7 +31,7 @@ CREATE TABLE `appointment` (
|
|||||||
`completed_call_id` bigint(20) default NULL,
|
`completed_call_id` bigint(20) default NULL,
|
||||||
PRIMARY KEY (`appointment_id`),
|
PRIMARY KEY (`appointment_id`),
|
||||||
KEY `completed_call_id` (`completed_call_id`),
|
KEY `completed_call_id` (`completed_call_id`),
|
||||||
KEY `call_attempt_id` (`call_attempt_id`)
|
KEY `call_attempt_id` (`call_attempt_id`),
|
||||||
KEY `case_id` (`case_id`)
|
KEY `case_id` (`case_id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
|
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user