WordPress database error: [Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs]ALTER TABLE `wp_icwp_wpsf_ips` DROP `geo`;
WordPress database error: [Cannot delete or update a parent row: a foreign key constraint fails]DROP TABLE IF EXISTS `wp_icwp_wpsf_ips`
WordPress database error: [Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs]ALTER TABLE `wp_icwp_wpsf_ips` DROP `geo`;
WordPress database error: [Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs]ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scope_key varchar(256) NOT NULL DEFAULT '' COMMENT 'Run Scope Key' AFTER scope_type;
WordPress database error: [Unknown column 'scope_key' in 'wp_icwp_wpsf_scans']ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN run_trigger varchar(20) NOT NULL DEFAULT '' COMMENT 'Run Trigger' AFTER scope_key;
WordPress database error: [Unknown column 'run_trigger' in 'wp_icwp_wpsf_scans']ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Run Started At' AFTER run_trigger;
WordPress database error: [Unknown column 'started_at' in 'wp_icwp_wpsf_scans']ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN last_process_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Worker Last Touched Run' AFTER started_at;
WordPress database error: [Cannot delete or update a parent row: a foreign key constraint fails]DROP TABLE IF EXISTS `wp_icwp_wpsf_scans`
WordPress database error: [Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs]ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN scope_key varchar(256) NOT NULL DEFAULT '' COMMENT 'Run Scope Key' AFTER scope_type;
WordPress database error: [Unknown column 'scope_key' in 'wp_icwp_wpsf_scans']ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN run_trigger varchar(20) NOT NULL DEFAULT '' COMMENT 'Run Trigger' AFTER scope_key;
WordPress database error: [Unknown column 'run_trigger' in 'wp_icwp_wpsf_scans']ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN started_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Run Started At' AFTER run_trigger;
WordPress database error: [Unknown column 'started_at' in 'wp_icwp_wpsf_scans']ALTER TABLE `wp_icwp_wpsf_scans` ADD COLUMN last_process_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Worker Last Touched Run' AFTER started_at;
WordPress database error: [Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs]ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN asset_key varchar(256) NOT NULL DEFAULT '' COMMENT 'Normalised Asset Key' AFTER asset_type;
WordPress database error: [Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs]ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN last_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Seen In Scan' AFTER attempt_repair_at;
WordPress database error: [Unknown column 'last_seen_at' in 'wp_icwp_wpsf_resultitems']ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolved_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Resolved At' AFTER last_seen_at;
WordPress database error: [Unknown column 'resolved_at' in 'wp_icwp_wpsf_resultitems']ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolution_reason varchar(20) NOT NULL DEFAULT '' COMMENT 'Resolution Reason' AFTER resolved_at;
WordPress database error: [Cannot delete or update a parent row: a foreign key constraint fails]DROP TABLE IF EXISTS `wp_icwp_wpsf_resultitems`
WordPress database error: [Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs]ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN asset_key varchar(256) NOT NULL DEFAULT '' COMMENT 'Normalised Asset Key' AFTER asset_type;
WordPress database error: [Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs]ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN last_seen_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Last Seen In Scan' AFTER attempt_repair_at;
WordPress database error: [Unknown column 'last_seen_at' in 'wp_icwp_wpsf_resultitems']ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolved_at int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Resolved At' AFTER last_seen_at;
WordPress database error: [Unknown column 'resolved_at' in 'wp_icwp_wpsf_resultitems']ALTER TABLE `wp_icwp_wpsf_resultitems` ADD COLUMN resolution_reason varchar(20) NOT NULL DEFAULT '' COMMENT 'Resolution Reason' AFTER resolved_at;