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

bump schema version to fix resetpass_token created as a wrong type in 124

This commit is contained in:
Andrew Dolgov
2014-04-06 13:40:16 +00:00
parent 575f2b24be
commit 8067dc8ca5
5 changed files with 18 additions and 3 deletions

View File

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