tt-rss/schema/versions/mysql/113.sql
2013-03-31 19:28:36 +04:00

8 lines
162 B
PL/PgSQL

begin;
insert into ttrss_filter_actions (id,name,description) values (8, 'stop',
'Stop / Do nothing');
update ttrss_version set schema_version = 113;
commit;