@@ -40,7 +40,7 @@ CREATE TABLE `rvdss_repiratory_detections` (
4040 ` year` int (4 ) NOT NULL ,
4141 PRIMARY KEY (` id` ),
4242 UNIQUE KEY ` date` (` epiweek` , ` time_value` ,` issue` , ` geo_type` ,` geo_value` ),
43- KEY ` state ` (` state ` ),
43+ KEY ` geo_value ` (` geo_value ` ),
4444 KEY ` epiweek` (` epiweek` ),
4545) ENGINE= InnoDB DEFAULT CHARSET= utf8;
4646
@@ -86,7 +86,7 @@ CREATE TABLE `rvdss_pct_positive` (
8686 ` year` int (4 ) NOT NULL ,
8787 PRIMARY KEY (` id` ),
8888 UNIQUE KEY ` date` (` epiweek` , ` time_value` ,` issue` , ` geo_type` ,` geo_value` ),
89- KEY ` state ` (` state ` ),
89+ KEY ` geo_value ` (` geo_value ` ),
9090 KEY ` epiweek` (` epiweek` ),
9191) ENGINE= InnoDB DEFAULT CHARSET= utf8;
9292
@@ -106,6 +106,6 @@ CREATE TABLE `rvdss_detections_counts` (
106106 ` flu_positive_tests` int (10 ) NOT NULL ,
107107 PRIMARY KEY (` id` ),
108108 UNIQUE KEY ` date` (` epiweek` , ` time_value` ,` issue` , ` geo_type` ,` geo_value` ),
109- KEY ` state ` (` state ` ),
109+ KEY ` geo_value ` (` geo_value ` ),
110110 KEY ` epiweek` (` epiweek` ),
111111) ENGINE= InnoDB DEFAULT CHARSET= utf8;
0 commit comments