summaryrefslogtreecommitdiff
path: root/sql/pgsql/migrations/66.sql
blob: f90c0a157e44dfb8a8b700635e299f0eeecf37fa (plain)
1
2
3
4
5
6
7
begin;

insert into ttrss_filter_types (id, name, description) values (6, 'author', 'Author');

update ttrss_version set schema_version = 66;

commit;