mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 11:11:32 +00:00
schema: add published column
This commit is contained in:
@@ -101,6 +101,7 @@ create table ttrss_user_entries (
|
||||
feed_id int not null,
|
||||
owner_uid integer not null,
|
||||
marked bool not null default 0,
|
||||
published bool not null default 0,
|
||||
last_read datetime,
|
||||
unread bool not null default 1,
|
||||
index (ref_id),
|
||||
|
||||
Reference in New Issue
Block a user