Order stories by feed publish time, not ingest time
This commit is contained in:
@@ -15,7 +15,8 @@ CREATE TABLE IF NOT EXISTS stories (
|
||||
channel TEXT,
|
||||
classified INTEGER NOT NULL DEFAULT 0,
|
||||
paywalled INTEGER NOT NULL DEFAULT 0,
|
||||
seen_at INTEGER NOT NULL
|
||||
seen_at INTEGER NOT NULL,
|
||||
published_at INTEGER
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS post_log (
|
||||
|
||||
Reference in New Issue
Block a user