diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index 201142930d3..05b976f61f1 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -403,6 +403,7 @@ class WC_Install { tax_rate_id bigint(20) NOT NULL, location_type varchar(40) NOT NULL, PRIMARY KEY (location_id), + KEY tax_rate_id (tax_rate_id), KEY location_type (location_type), KEY location_type_code (location_type,location_code) ) $collate; @@ -622,4 +623,4 @@ class WC_Install { endif; -return new WC_Install(); \ No newline at end of file +return new WC_Install();