part index
This commit is contained in:
parent
5fe5ba8822
commit
dd26ca150b
|
@ -74,7 +74,7 @@ CREATE TABLE IF NOT EXISTS `load_test_report_log` (
|
||||||
`content` longtext ,
|
`content` longtext ,
|
||||||
`part` bigint(20) DEFAULT NULL,
|
`part` bigint(20) DEFAULT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
KEY `load_test_report_log_report_id_resource_name_index` (`report_id`,`resource_id`)
|
KEY `load_test_report_log_report_id_resource_name_index` (`report_id`,`resource_id`,`part`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin ;
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `load_test_report_result` (
|
CREATE TABLE IF NOT EXISTS `load_test_report_result` (
|
||||||
|
|
Loading…
Reference in New Issue