* 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'
This commit is contained in:
Andrew Dolgov
2025-04-17 11:48:29 +03:00
parent 60606aaa97
commit f7199a47c2
4 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1 @@
alter table ttrss_feeds alter column auth_pass set default '';