mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:55:56 +00:00
implement pubsubhubbub subscriber (update schema)
This commit is contained in:
@@ -88,6 +88,7 @@ create table ttrss_feeds (id serial not null primary key,
|
||||
mark_unread_on_update boolean not null default false,
|
||||
update_on_checksum_change boolean not null default false,
|
||||
strip_images boolean not null default false,
|
||||
pubsub_state integer not null default 0,
|
||||
auth_pass_encrypted boolean not null default false);
|
||||
|
||||
create index ttrss_feeds_owner_uid_index on ttrss_feeds(owner_uid);
|
||||
|
||||
Reference in New Issue
Block a user