1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-15 14:54:10 +02:00
ttrss/schema/versions/mysql/129.sql

9 lines
160 B
MySQL
Raw Normal View History

BEGIN;
insert into ttrss_filter_actions (id,name,description) values (9, 'plugin',
'Invoke plugin');
UPDATE ttrss_version SET schema_version = 129;
COMMIT;