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

schema: add resetpass_token (bump schema)

This commit is contained in:
Andrew Dolgov
2014-03-09 10:49:36 +04:00
parent b41c5741fe
commit 3b19a53acf
5 changed files with 21 additions and 3 deletions

View File

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