1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 11:21:29 +00:00

schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema

This commit is contained in:
Andrew Dolgov
2007-04-18 07:25:51 +01:00
parent 21f4756a3f
commit 155a2a53ff
6 changed files with 17 additions and 3 deletions

View File

@@ -68,6 +68,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,
auth_pass_encrypted boolean not null default false,
index(owner_uid),
foreign key (owner_uid) references ttrss_users(id) ON DELETE CASCADE,
index(cat_id),