1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 06:15:58 +00:00

schema: disable sort headlines by feed date by default

This commit is contained in:
Andrew Dolgov
2013-03-26 09:08:42 +04:00
parent 5894fa4131
commit 24c0e2e57d
5 changed files with 19 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
define('SCHEMA_VERSION', 107);
define('SCHEMA_VERSION', 108);
$fetch_last_error = false;
$pluginhost = false;