implement pubsubhubbub subscriber (update schema)
This commit is contained in:
@@ -125,6 +125,7 @@ create table ttrss_feeds (id integer not null auto_increment 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,
|
||||
index(owner_uid),
|
||||
foreign key (owner_uid) references ttrss_users(id) ON DELETE CASCADE,
|
||||
index(cat_id),
|
||||
|
||||
Reference in New Issue
Block a user