From 83a9c0867cb6b9e8ac28615004b395ec5c31ac68 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Wed, 2 Feb 2022 14:17:44 +0100 Subject: [PATCH] CHANGE UTF8 => UTF8MB4, isssues with old iamges --- pandora_console/pandoradb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index d1c396dd3e..6a76d4114d 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -607,7 +607,7 @@ CREATE TABLE IF NOT EXISTS `talert_execution_queue` ( `data` LONGTEXT, `utimestamp` BIGINT NOT NULL DEFAULT 0, PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ----------------------------------------------------- -- Table `tattachment`