| @@ -189,9 +189,11 @@ | ||
| 189 | 189 | $wpdb->prefix . 'thinkrank_seo_local', |
| 190 | 190 | $wpdb->prefix . 'thinkrank_email_report_logs', |
| 191 | 191 | // AI Visibility Tables. These were registered in Database_Schema but |
| 192 | 192 | // never listed here, so an uninstall left them behind — bv_tasks in |
| 193 | - // particular holds the full text of every AI answer (#302). | |
| 193 | + // particular holds the full text of every AI answer (#302). The | |
| 194 | + // three Brand Visibility tables are no longer created, but sites | |
| 195 | + // that used the feature before it was removed still have them. | |
| 194 | 196 | $wpdb->prefix . 'thinkrank_ai_traffic', |
| 195 | 197 | $wpdb->prefix . 'thinkrank_brand_visibility_checks', |
| 196 | 198 | $wpdb->prefix . 'thinkrank_bv_runs', |
| 197 | 199 | $wpdb->prefix . 'thinkrank_bv_tasks', |