]> git.wh0rd.org - tt-rss.git/blob - schema/versions/pgsql/113.sql
Merge branch 'master' into tunable-fetches
[tt-rss.git] / schema / versions / pgsql / 113.sql
1 begin;
2
3 insert into ttrss_filter_actions (id,name,description) values (8, 'stop',
4 'Stop / Do nothing');
5
6 update ttrss_version set schema_version = 113;
7
8 commit;