summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-21 06:35:24 +0100
committerAndrew Dolgov <[email protected]>2007-08-21 06:35:24 +0100
commitc1879099e1a7782842d52ad4eed082e2e713ff85 (patch)
tree47a7a8b312d86e8f6f3a7a1b7d91ce45731ce995 /schema
parent150b4a2ca54e3743181e3bdab812e2e51f53b9c8 (diff)
mysql: disable utf8
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 28e3b4efd..e55038b7f 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_version;
drop table if exists ttrss_labels;