summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-04-17 10:43:50 +0000
committerAndrew Dolgov <fox@fakecake.org>2025-04-17 10:43:50 +0000
commitd2ccdaf400b5031359ca6422f57a734b96eb0543 (patch)
treef6b9b525968aabc2379db55382b73d8df3f86219 /classes
parent60606aaa97f80e9a4456816ff060eb499faf8b73 (diff)
parentf7199a47c258d01856f2f98e246a286a135f31fe (diff)
Merge branch 'fix-schema' into 'master'
* fix 148 migration for pgsql not setting default value of See merge request tt-rss/tt-rss!121
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:
*