SEESenv/web/hgbook/comments/sql/element.mysql.sql
author amit@thunder
Sun, 21 Feb 2010 13:14:37 +0530
changeset 6 1ce9b33fb6ff
parent 2 52d12eb31c30
permissions -rwxr-xr-x
sorted the problem related to paths
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     1
alter table comments_element convert to character set utf8 collate utf8_bin;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     2
alter table comments_element default character set utf8 collate utf8_bin;