1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:05:55 +00:00

mysql schema: enable utf8

This commit is contained in:
Andrew Dolgov
2009-01-20 15:54:45 +01:00
parent 0e0dd4861b
commit 84004f8c5f

View File

@@ -1,5 +1,5 @@
-- SET NAMES utf8;
-- SET CHARACTER SET utf8;
SET NAMES utf8;
SET CHARACTER SET utf8;
drop table if exists ttrss_user_labels2;
drop table if exists ttrss_labels2;