From 150b4a2ca54e3743181e3bdab812e2e51f53b9c8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 21 Aug 2007 05:51:18 +0100 Subject: [PATCH] set utf-8 as default charset just in case --- schema/ttrss_schema_mysql.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 90defe1a8..28e3b4efd 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -1,3 +1,6 @@ +SET NAMES utf8; +SET CHARACTER SET utf8; + drop table if exists ttrss_version; drop table if exists ttrss_labels; drop table if exists ttrss_filters;