1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

mysql: disable utf8

This commit is contained in:
Andrew Dolgov
2007-08-21 06:35:24 +01:00
parent 150b4a2ca5
commit c1879099e1
7 changed files with 14 additions and 14 deletions

View File

@@ -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;