summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/ttrss_schema_mysql.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 9de6567a8..2e7756582 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -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;