summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-04-17 14:07:26 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-04-17 14:07:26 +0300
commit75556e2f3d713a356f8f5b7130090d5a7ff12bb5 (patch)
treedd7dec9fa28dcba37590c3abcc7a26eb3e9112bf
parent8cf30599519f5ac70b29da8fdd3f506cef382189 (diff)
parentd2ccdaf400b5031359ca6422f57a734b96eb0543 (diff)
Merge branch 'master' into rip-mysql
-rw-r--r--classes/Config.php2
-rw-r--r--sql/pgsql/migrations/149.sql1
2 files changed, 2 insertions, 1 deletions
diff --git a/classes/Config.php b/classes/Config.php
index 798cc7001..c4176b7a8 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:
*
diff --git a/sql/pgsql/migrations/149.sql b/sql/pgsql/migrations/149.sql
new file mode 100644
index 000000000..60ef770dd
--- /dev/null
+++ b/sql/pgsql/migrations/149.sql
@@ -0,0 +1 @@
+alter table ttrss_feeds alter column auth_pass set default '';