* 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:
1
sql/pgsql/migrations/149.sql
Normal file
1
sql/pgsql/migrations/149.sql
Normal file
@@ -0,0 +1 @@
|
||||
alter table ttrss_feeds alter column auth_pass set default '';
|
||||
Reference in New Issue
Block a user