1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:45:55 +00:00
Files
tt-rss/schema/versions/pgsql/113.sql
2013-03-31 19:28:36 +04:00

9 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;