Skip to content

Commit 5e36515

Browse files
committed
fix(instal): tables must be utf8mb4
1 parent 10d3233 commit 5e36515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/mysql/plugin_formcreator_empty.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targetproblems` (
241241
`uuid` varchar(255) DEFAULT NULL,
242242
PRIMARY KEY (`id`),
243243
INDEX `problemtemplates_id` (`problemtemplates_id`)
244-
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
244+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
245245

246246
CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targets_actors` (
247247
`id` int(11) NOT NULL AUTO_INCREMENT,

0 commit comments

Comments
 (0)