summaryrefslogtreecommitdiff
path: root/sql/mysql/migrations/148.sql
blob: 64eca09720e8160674dba10160423de19031a80f (plain)
1
2
3
alter table ttrss_feeds change auth_pass auth_pass text not null;

update ttrss_version set schema_version = 148;