1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
ttrss/schema/versions/mysql/66.sql
2010-03-23 14:38:58 +03:00

8 lines
151 B
PL/PgSQL

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