mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04: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
@@ -24,6 +24,7 @@ CREATE TABLE IF NOT EXISTS `%1$sfeed` (
|
||||
`error` boolean DEFAULT 0,
|
||||
`keep_history` MEDIUMINT NOT NULL DEFAULT -2, -- v0.7
|
||||
`ttl` INT NOT NULL DEFAULT 0, -- v0.7.3
|
||||
`attributes` TEXT, -- v1.11.0
|
||||
`cache_nbEntries` int DEFAULT 0, -- v0.7
|
||||
`cache_nbUnreads` int DEFAULT 0, -- v0.7
|
||||
PRIMARY KEY (`id`),
|
||||
|
||||
Reference in New Issue
Block a user