aboutsummaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-04-17 11:48:29 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-04-17 11:51:47 +0300
commitf7199a47c258d01856f2f98e246a286a135f31fe (patch)
treef6b9b525968aabc2379db55382b73d8df3f86219 /classes
parent60606aaa97f80e9a4456816ff060eb499faf8b73 (diff)
* fix 148 migration for pgsql not setting default value of ttrss_feeds.auth_pass breaking OPML import
* replace no-op migrations for mysql with 'select 1'
Diffstat (limited to 'classes')
-rw-r--r--classes/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Config.php b/classes/Config.php
index 5098bfe68..ca64eb269 100644
--- a/classes/Config.php
+++ b/classes/Config.php
@@ -6,7 +6,7 @@ class Config {
const T_STRING = 2;
const T_INT = 3;
- const SCHEMA_VERSION = 148;
+ const SCHEMA_VERSION = 149;
/** override default values, defined below in _DEFAULTS[], prefixing with _ENVVAR_PREFIX:
*