support transparent encryption for feed passwords, bump schema to drop length limit of ttrss_feeds.auth_pass

This commit is contained in:
Andrew Dolgov
2025-04-08 09:36:04 +03:00
parent 25d3ce4ee8
commit eedc1460e5
8 changed files with 53 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
alter table ttrss_feeds change auth_pass auth_pass text not null;
update ttrss_version set schema_version = 148;