// Drop the slack_ts column if it exists (no longer needed) $wpdb->query("ALTER TABLE {$this->table_messages} DROP COLUMN IF EXISTS slack_ts"); $wpdb->query("ALTER TABLE {$this->table_messages} DROP COLUMN IF EXISTS is_read");