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

@@ -121,7 +121,7 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
favicon_is_custom boolean default null,
site_url varchar(250) not null default '',
auth_login varchar(250) not null default '',
auth_pass varchar(250) not null default '',
auth_pass text not null default '',
parent_feed integer default null,
private bool not null default false,
rtl_content bool not null default false,