mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
* don't try to update custom set feed favicons
* cleanup update_rss_feed() a bit, use ORM
This commit is contained in:
@@ -6,7 +6,7 @@ class Config {
|
||||
const T_STRING = 2;
|
||||
const T_INT = 3;
|
||||
|
||||
const SCHEMA_VERSION = 143;
|
||||
const SCHEMA_VERSION = 144;
|
||||
|
||||
// override defaults, defined below in _DEFAULTS[], via environment: DB_TYPE becomes TTRSS_DB_TYPE, etc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user