schema: fix mysql feedbrowser cache table encoding
This commit is contained in:
parent
8e54a21e77
commit
8b640f50e0
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ create table ttrss_sessions (id varchar(250) unique not null primary key,
|
|||
create table ttrss_feedbrowser_cache (
|
||||
feed_url text not null,
|
||||
title text not null,
|
||||
subscribers integer not null);
|
||||
subscribers integer not null) DEFAULT CHARSET=UTF8;
|
||||
|
||||
create table ttrss_labels2 (id integer not null primary key auto_increment,
|
||||
owner_uid integer not null,
|
||||
|
|
Loading…
Reference in a new issue