support transparent encryption for feed passwords, bump schema to drop length limit of ttrss_feeds.auth_pass
This commit is contained in:
3
sql/mysql/migrations/148.sql
Normal file
3
sql/mysql/migrations/148.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
alter table ttrss_feeds change auth_pass auth_pass text not null;
|
||||
|
||||
update ttrss_version set schema_version = 148;
|
||||
Reference in New Issue
Block a user