From 92bf56cde0c1800b175b1fd340599b7af6ca86db Mon Sep 17 00:00:00 2001 From: Gerhard Date: Fri, 16 Nov 2018 08:27:06 +0200 Subject: [PATCH] Add wc_update_352_drop_download_log_fk to the DB update routine. --- includes/class-wc-install.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index ed927bb92ae..b529a0ee06e 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -117,6 +117,9 @@ class WC_Install { 'wc_update_350_reviews_comment_type', 'wc_update_350_db_version', ), + '3.5.2' => array( + 'wc_update_352_drop_download_log_fk', + ) ); /**