From fb67e2ba58b08f150c383664c0b6796d56254d5d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Aug 2007 04:34:52 +0100 Subject: schema: add cache_images feed option --- 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 7688e3202..73403eb82 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -64,6 +64,7 @@ create table ttrss_feeds (id serial not null primary key, hidden boolean not null default false, include_in_digest boolean not null default true, rtl_content boolean not null default false, + cache_images boolean not null default false, auth_pass_encrypted boolean not null default false); create index ttrss_feeds_owner_uid_index on ttrss_feeds(owner_uid); -- cgit v1.2.3