summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-04-06 13:40:16 +0000
committerAndrew Dolgov <[email protected]>2014-04-06 13:40:16 +0000
commit8067dc8ca5e75a7283456b8f76c006216cc37a1d (patch)
tree258dcf7da0fca7af607a7ff1545795942c033a06 /include
parent575f2b24be708a02a609a9b3d73750a06a0206a1 (diff)
bump schema version to fix resetpass_token created as a wrong type in 124
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 1390d8185..2455bb801 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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);