1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

set utf-8 as default charset just in case

This commit is contained in:
Andrew Dolgov 2007-08-21 05:51:18 +01:00
parent e400230ebd
commit 150b4a2ca5

View File

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