mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 06:35:40 -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
@@ -21,6 +21,7 @@ $SQL_CREATE_TABLES = array(
|
||||
`error` boolean DEFAULT 0,
|
||||
`keep_history` MEDIUMINT 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 `category`(`id`) ON DELETE SET NULL ON UPDATE CASCADE,
|
||||
|
||||
Reference in New Issue
Block a user