agriget/schema/versions/pgsql/66.sql

8 lines
151 B
MySQL
Raw Normal View History

2019-03-22 22:17:29 +08:00
begin;
insert into ttrss_filter_types (id, name, description) values (6, 'author', 'Author');
update ttrss_version set schema_version = 66;
commit;