]> git.mxchange.org Git - friendica.git/blobdiff - library/Smarty/demo/plugins/resource.mysqls.php
More replaces UTF8 to UTF8MB4
[friendica.git] / library / Smarty / demo / plugins / resource.mysqls.php
index f694ddf11ab677ba93dbaba64c70177803e1b767..1c84542425e9723447d649746203a5b12e22f78c 100644 (file)
@@ -12,7 +12,7 @@
  *   `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  *   `source` text,
  *   PRIMARY KEY (`name`)
- * ) ENGINE=InnoDB DEFAULT CHARSET=utf8;</pre>
+ * ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;</pre>
  * Demo data:
  * <pre>INSERT INTO `templates` (`name`, `modified`, `source`) VALUES ('test.tpl', "2010-12-25 22:00:00", '{$x="hello world"}{$x}');</pre>
  *