summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 11:09:22 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 11:09:22 +0100
commitffba8297eaada358f913d327816d4b7d91f3375b (patch)
treebace2c0fdbcb02c8e38014440f477e58638efae2 /schema/ttrss_schema_mysql.sql
parentbc0ed820d19f1ee42ae054b4f0e67f2b34d5cfea (diff)
schema: add published column
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql1
1 files changed, 1 insertions, 0 deletions
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),