mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 17:41:29 +00:00
add new filter action: modify score
This commit is contained in:
@@ -3,4 +3,7 @@ update ttrss_user_entries set score = 0;
|
||||
alter table ttrss_user_entries alter column score set not null;
|
||||
alter table ttrss_user_entries alter column score set default 0;
|
||||
|
||||
insert into ttrss_filter_actions (id,name,description) values (6, 'score',
|
||||
'Modify score');
|
||||
|
||||
update ttrss_version set schema_version = 36;
|
||||
|
||||
Reference in New Issue
Block a user