mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 10:09:15 +00:00
schema: add published column
This commit is contained in:
@@ -97,6 +97,7 @@ create table ttrss_user_entries (
|
||||
feed_id int references ttrss_feeds(id) ON DELETE CASCADE not null,
|
||||
owner_uid integer not null references ttrss_users(id) ON DELETE CASCADE,
|
||||
marked boolean not null default false,
|
||||
published boolean not null default false,
|
||||
last_read timestamp,
|
||||
unread boolean not null default true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user