1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-07 21:51:33 +00:00

implement filtering by category (closes #386)

This commit is contained in:
Andrew Dolgov
2011-12-27 12:52:33 +04:00
parent b69a09ea07
commit ba975b2ec7
10 changed files with 144 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
} else {
define('EXPECTED_CONFIG_VERSION', 25);
define('SCHEMA_VERSION', 86);
define('SCHEMA_VERSION', 87);
require_once "config.php";
require_once "sanity_config.php";