We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d3233 commit 5e36515Copy full SHA for 5e36515
install/mysql/plugin_formcreator_empty.sql
@@ -241,7 +241,7 @@ CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targetproblems` (
241
`uuid` varchar(255) DEFAULT NULL,
242
PRIMARY KEY (`id`),
243
INDEX `problemtemplates_id` (`problemtemplates_id`)
244
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
245
246
CREATE TABLE IF NOT EXISTS `glpi_plugin_formcreator_targets_actors` (
247
`id` int(11) NOT NULL AUTO_INCREMENT,
0 commit comments