From f7199a47c258d01856f2f98e246a286a135f31fe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Apr 2025 11:48:29 +0300 Subject: * 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' --- classes/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/Config.php') 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: * -- cgit v1.2.3-54-g00ecf