Call WCA create_tables from the core install

This commit is contained in:
moon 2022-04-04 17:04:32 -07:00
parent 1a86750d06
commit eb5e56e374
2 changed files with 1 additions and 1 deletions

View File

@ -334,6 +334,7 @@ class WC_Install {
self::remove_admin_notices();
self::create_tables();
self::verify_base_tables();
WCA_Install::create_tables();
self::create_options();
WCA_Install::migrate_options();
self::create_roles();

View File

@ -205,7 +205,6 @@ class Install {
// If we made it till here nothing is running yet, lets set the transient now.
set_transient( 'wc_admin_installing', 'yes', MINUTE_IN_SECONDS * 10 );
self::create_tables();
self::create_events();
self::delete_obsolete_notes();
self::maybe_update_db_version();