1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 13:25:57 +00:00

update default of allow_duplicate_posts to false, bump schema

This commit is contained in:
Andrew Dolgov
2013-04-09 22:26:38 +04:00
parent 0f40d522a3
commit 881a158032
5 changed files with 19 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
define('SCHEMA_VERSION', 115);
define('SCHEMA_VERSION', 116);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);