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 NAMES utf8;
-- SET CHARACTER SET utf8; SET CHARACTER SET utf8;
drop table if exists ttrss_user_labels2; drop table if exists ttrss_user_labels2;
drop table if exists ttrss_labels2; drop table if exists ttrss_labels2;