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

add update script to convert myisam tables to innodb (bump version)

This commit is contained in:
Andrew Dolgov
2013-09-17 14:34:39 +04:00
parent 80c448cb98
commit e596b5a9dd
5 changed files with 17 additions and 3 deletions

View File

@@ -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);