1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

schema: add cache_images feed option

This commit is contained in:
Andrew Dolgov
2007-08-26 04:34:52 +01:00
parent 236ac05ce8
commit fb67e2ba58
4 changed files with 12 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
rtl_content bool not null default false,
hidden bool not null default false,
include_in_digest boolean not null default true,
cache_images boolean not null default false,
auth_pass_encrypted boolean not null default false,
index(owner_uid),
foreign key (owner_uid) references ttrss_users(id) ON DELETE CASCADE,