Add wc_update_352_drop_download_log_fk to the DB update routine.

This commit is contained in:
Gerhard 2018-11-16 08:27:06 +02:00
parent 92e9f2811b
commit 92bf56cde0
1 changed files with 3 additions and 0 deletions

View File

@ -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',
)
);
/**