summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-17 14:34:39 +0400
committerAndrew Dolgov <[email protected]>2013-09-17 14:34:39 +0400
commite596b5a9dd39b9abdfc2220fca6eda54948da593 (patch)
tree32c8c70deb4290c4a8f88239f0eb1fa75a6ff4bb /include
parent80c448cb98ba1234e5a2c2f7ef240f9d6cef645a (diff)
add update script to convert myisam tables to innodb (bump version)
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 55896b66a..3b1873256 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 122);
+ define('SCHEMA_VERSION', 123);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);