mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
ttrss_filters: add tag action (2)
This commit is contained in:
@@ -8,7 +8,7 @@ alter table ttrss_filters alter column action_param set not null;
|
||||
alter table ttrss_filters alter column action_param set default '';
|
||||
|
||||
insert into ttrss_filter_actions (id,name,description) values (4, 'tag',
|
||||
'Assign tag');
|
||||
'Assign tags');
|
||||
|
||||
update ttrss_version set schema_version = 12;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user