mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
CHANGE UTF8 => UTF8MB4, isssues with old iamges
This commit is contained in:
parent
944dd2843c
commit
83a9c0867c
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user