mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-25 11:06:22 -05:00
JSON column for feeds (#1838)
* Draft of JSON column for feeds https://github.com/FreshRSS/FreshRSS/issues/1654 * Add some per-feed options * Feed cURL timeout * Mark updated articles as read https://github.com/FreshRSS/FreshRSS/issues/891 * Mark as read upon reception https://github.com/FreshRSS/FreshRSS/issues/1702 * Ignore SSL (unsafe) https://github.com/FreshRSS/FreshRSS/issues/1811 * Try PHPCS workaround While waiting for a better syntax support
This commit is contained in:
committed by
GitHub
parent
404ca869e9
commit
b552abb332
@@ -22,6 +22,7 @@ $SQL_CREATE_TABLES = array(
|
||||
"error" smallint DEFAULT 0,
|
||||
"keep_history" INT NOT NULL DEFAULT -2,
|
||||
"ttl" INT NOT NULL DEFAULT 0,
|
||||
"attributes" TEXT, -- v1.11.0
|
||||
"cache_nbEntries" INT DEFAULT 0,
|
||||
"cache_nbUnreads" INT DEFAULT 0,
|
||||
FOREIGN KEY ("category") REFERENCES "%1$scategory" ("id") ON DELETE SET NULL ON UPDATE CASCADE
|
||||
|
||||
Reference in New Issue
Block a user