Files
tt-rss/sql/mysql/migrations/148.sql

4 lines
114 B
SQL

alter table ttrss_feeds change auth_pass auth_pass text not null;
update ttrss_version set schema_version = 148;