]> git.mxchange.org Git - friendica.git/blobdiff - library/Smarty/demo/plugins/resource.mysql.php
More replaces UTF8 to UTF8MB4
[friendica.git] / library / Smarty / demo / plugins / resource.mysql.php
index dfc9606b4e7b3e6a09f781cb01afdf56ed7557b2..a5a35072090c85a28594c967a9edbb71a0210213 100644 (file)
@@ -10,7 +10,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>
  *