From 3dd9183cd603df99ae8d2bf5cb536b24bc030e20 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Aug 2006 08:29:18 +0100 Subject: schema: ttrss_feeds, new field - include_in_digest --- schema/ttrss_schema_pgsql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/ttrss_schema_pgsql.sql') diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 61bb13f48..b08644581 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -60,6 +60,7 @@ create table ttrss_feeds (id serial not null primary key, private boolean not null default false, auth_pass varchar(250) not null default '', hidden boolean not null default false, + include_in_digest boolean not null default true, rtl_content boolean not null default false); create index ttrss_feeds_owner_uid_index on ttrss_feeds(owner_uid); -- cgit v1.2.3