Automated build for v0.01
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