summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-21 05:51:18 +0100
committerAndrew Dolgov <[email protected]>2007-08-21 05:51:18 +0100
commit150b4a2ca54e3743181e3bdab812e2e51f53b9c8 (patch)
treee11319404a8b3753547fc4fbddc2b2d843fb55b2
parente400230ebd2bcc68c66b7bc1edd19bab56b3fd9e (diff)
set utf-8 as default charset just in case
-rw-r--r--schema/ttrss_schema_mysql.sql3
1 files changed, 3 insertions, 0 deletions
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;