mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:45:56 +00:00
bump config version
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
// The following plugins are available: note, tweet, share, mail
|
||||
// More plugins: http://tt-rss.org/wiki/Plugins
|
||||
|
||||
define('CONFIG_VERSION', 25);
|
||||
define('CONFIG_VERSION', 26);
|
||||
// Expected config version. Please update this option in config.php
|
||||
// if necessary (after migrating all new options from this file).
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
define('EXPECTED_CONFIG_VERSION', 25);
|
||||
define('EXPECTED_CONFIG_VERSION', 26);
|
||||
define('SCHEMA_VERSION', 94);
|
||||
|
||||
$fetch_last_error = false;
|
||||
|
||||
Reference in New Issue
Block a user