1
0
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:
Andrew Dolgov
2007-08-09 11:09:22 +01:00
parent bc0ed820d1
commit ffba8297ea
4 changed files with 12 additions and 0 deletions

View File

@@ -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),