mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 14:01:30 +00:00
add plugin-based filter actions (see example plugin in attic)
bump schema
This commit is contained in:
8
schema/versions/mysql/129.sql
Normal file
8
schema/versions/mysql/129.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
BEGIN;
|
||||
|
||||
insert into ttrss_filter_actions (id,name,description) values (9, 'plugin',
|
||||
'Invoke plugin');
|
||||
|
||||
UPDATE ttrss_version SET schema_version = 129;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user