summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-21 13:29:41 +0100
committerAndrew Dolgov <[email protected]>2007-11-21 13:29:41 +0100
commit14fb4e91fcd302138318ccfb62dc59cb6a067190 (patch)
tree31c7f9e14016f3a11cae22ac35446d28be784a3e /schema/ttrss_schema_mysql.sql
parent52d7e7da486d77b2e4dbd0cdfe29fd790c920be4 (diff)
headlines cache: force refresh when subop is present
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 18f7e0c61..18b159ff1 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -76,6 +76,7 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
include_in_digest boolean not null default true,
cache_images boolean not null default false,
auth_pass_encrypted boolean not null default false,
+ last_viewed datetime default null,
index(owner_uid),
foreign key (owner_uid) references ttrss_users(id) ON DELETE CASCADE,
index(cat_id),