1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:35:55 +00:00

switch AUTO_ASSIGN_LABELS to off by default (bump schema)

This commit is contained in:
Andrew Dolgov
2013-05-30 18:26:56 +04:00
parent 9f8e2ae135
commit 2457679aed
5 changed files with 19 additions and 5 deletions

View File

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