summaryrefslogtreecommitdiff
path: root/sql/pgsql/migrations/113.sql
blob: 3c0d005634feb7d16c27bf25a2c700adb012c084 (plain)
1
2
3
4
5
6
7
8
begin;

insert into ttrss_filter_actions (id,name,description) values (8, 'stop',
	'Stop / Do nothing');

update ttrss_version set schema_version = 113;

commit;