mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 03:41:27 +00:00
add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema)
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
updated,
|
||||
guid,
|
||||
link,
|
||||
SUBSTRING(date_entered,1,16) AS date_entered,
|
||||
SUBSTRING(date_updated,1,16) AS date_updated,
|
||||
SUBSTRING(last_read,1,16) AS last_read,
|
||||
comments,
|
||||
ttrss_feeds.feed_url AS feed_url,
|
||||
@@ -118,7 +118,7 @@
|
||||
updated,
|
||||
guid,
|
||||
link,
|
||||
SUBSTRING(date_entered,1,16) AS date_entered,
|
||||
SUBSTRING(date_updated,1,16) AS date_updated,
|
||||
SUBSTRING(last_read,1,16) AS last_read,
|
||||
comments,
|
||||
ttrss_feeds.feed_url AS feed_url,
|
||||
|
||||
Reference in New Issue
Block a user