From 155a2a53ffc4fac6299cc165cfc56114a61873f7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 18 Apr 2007 07:25:51 +0100 Subject: schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema --- schema/ttrss_schema_pgsql.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schema/ttrss_schema_pgsql.sql') diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index 4501ef1c0..e65fdce4a 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -63,7 +63,8 @@ create table ttrss_feeds (id serial not null primary key, 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); + rtl_content 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