wp_file_progress

Static

Stores file progress data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑pathTEXTYES
sizeINTEGERNO
mtimeINTEGERNO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS file_progress ( path TEXT PRIMARY KEY, size INTEGER NOT NULL DEFAULT 0, mtime INTEGER NOT NULL DEFAULT 0 ) ' );

Safe to delete?

If you have uninstalled HonestHosting Site Migrator, this table is generally safe to remove. However, always back up your database first.

Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.

How to remove this table

DROP TABLE IF EXISTS `wp_file_progress`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from HonestHosting Site Migrator