Try this
This commit is contained in:
parent
5490ccf219
commit
8c26292280
@ -319,7 +319,10 @@ function purge_all_data() {
|
||||
"
|
||||
) );
|
||||
$wpdb->query( $wpdb->prepare(
|
||||
"DROP TABLE {$pfx}pterotype_objects, {$pfx}pterotype_actors"
|
||||
"DROP TABLE {$pfx}pterotype_actors"
|
||||
) );
|
||||
$wpdb->query( $wpdb->prepare(
|
||||
"DROP TABLE {$pfx}pterotype_objects"
|
||||
) );
|
||||
\delete_option( 'pterotype_previously_migrated_version' );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user