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
1 changed files with 1 additions and 1 deletions

View File

@ -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`