wp_hh_migrator_chunk_ref

Static

Stores hh migrator chunk ref data created by this plugin.

Column Definitions

ColumnTypeNullable
import_idVARCHAR(36)NO
chunk_indexINTNO
dataLONGTEXTNO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS wp_hh_migrator_chunk_ref ( import_id VARCHAR(36) NOT NULL, chunk_index INT NOT NULL, data LONGTEXT NOT NULL, PRIMARY KEY (import_id, chunk_index) ) {$charset};" );

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_hh_migrator_chunk_ref`;

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

Other tables from HonestHosting Site Migrator