diff web/hgbook/comments/sql/element.mysql.sql @ 673:ad304b606163

Initial cut at web comment system import
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 10 Mar 2009 21:42:19 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/hgbook/comments/sql/element.mysql.sql	Tue Mar 10 21:42:19 2009 -0700
@@ -0,0 +1,2 @@
+alter table comments_element convert to character set utf8 collate utf8_bin;
+alter table comments_element default character set utf8 collate utf8_bin;