CHANGE UTF8 => UTF8MB4, isssues with old iamges

This commit is contained in:
fbsanchez 2022-02-02 14:17:44 +01:00
parent 944dd2843c
commit 83a9c0867c

View File

@ -607,7 +607,7 @@ CREATE TABLE IF NOT EXISTS `talert_execution_queue` (
`data` LONGTEXT, `data` LONGTEXT,
`utimestamp` BIGINT NOT NULL DEFAULT 0, `utimestamp` BIGINT NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4; ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------------------------------- -- -----------------------------------------------------
-- Table `tattachment` -- Table `tattachment`