Call WCA create_tables from the core install
This commit is contained in:
parent
1a86750d06
commit
eb5e56e374
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue