tt-rss/schema/versions/mysql/66.sql

8 lines
151 B
MySQL
Raw Normal View History

begin;
insert into ttrss_filter_types (id, name, description) values (6, 'author', 'Author');
update ttrss_version set schema_version = 66;
commit;