summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-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;