| author | amit@thunder |
| Fri, 12 Feb 2010 01:11:21 +0530 | |
| changeset 2 | 52d12eb31c30 |
| parent 0 | web/hgbook/comments/sql/comment.mysql.sql@8083d21c0020 |
| permissions | -rwxr-xr-x |
|
0
8083d21c0020
The first commit of all the required files for the review app
amit@thunder
parents:
diff
changeset
|
1 |
alter table comments_comment 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_comment default character set utf8 collate utf8_bin; |