Skip to content

Commit

Permalink
Fix. Deactivator. Drop table surface_completed_dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonV1211 committed Dec 5, 2024
1 parent 4b3de0f commit cfbff1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/CleantalkSP/SpbctWP/Deactivator.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ public static function deleteBlogTables() //ok
$wpdb->query('DROP TABLE IF EXISTS ' . $wpdb->prefix . 'spbc_bfp_blocked');
// @psalm-suppress WpdbUnsafeMethodsIssue
$wpdb->query('DROP TABLE IF EXISTS ' . $wpdb->prefix . 'spbc_sessions');
// @psalm-suppress WpdbUnsafeMethodsIssue
$wpdb->query('DROP TABLE IF EXISTS ' . $wpdb->prefix . 'spbc_surface_completed_dirs');
}

/**
Expand Down

0 comments on commit cfbff1d

Please sign in to comment.