WordPress database error: [Specified key was too long; max key length is 767 bytes]
CREATE TABLE wp_wpdbbkp_processed_files ( id mediumint(9) NOT NULL AUTO_INCREMENT, file_path text NOT NULL, processed_at TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, status ENUM('added', 'updated', 'deleted') DEFAULT 'added' NOT NULL, PRIMARY KEY (id), UNIQUE (file_path(250)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci


Warning: Cannot modify header information - headers already sent by (output started at /home/skagens/public_html/wp-includes/class-wpdb.php:1849) in /home/skagens/public_html/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /home/skagens/public_html/wp-includes/class-wpdb.php:1849) in /home/skagens/public_html/wp-includes/pluggable.php on line 1438