From ffba8297eaada358f913d327816d4b7d91f3375b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 9 Aug 2007 11:09:22 +0100 Subject: schema: add published column --- schema/ttrss_schema_mysql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index bbc769070..8666a755c 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -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), -- cgit v1.2.3