1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 20:01:31 +00:00

initial work on nested categories

This commit is contained in:
Andrew Dolgov
2012-08-13 14:47:43 +04:00
parent ee0bc6edd9
commit 2a060a9456
4 changed files with 247 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 25);
define('SCHEMA_VERSION', 92);
define('SCHEMA_VERSION', 93);
mb_internal_encoding("UTF-8");
date_default_timezone_set('UTC');