1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 04:41:28 +00:00

schema: ttrss_feeds, new field - include_in_digest

This commit is contained in:
Andrew Dolgov
2006-08-22 08:29:18 +01:00
parent 5f2cd401f9
commit 3dd9183cd6
6 changed files with 29 additions and 2 deletions

View File

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