mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 15:11:29 +00:00
wip for db_migrations for core schema
This commit is contained in:
8
sql/pgsql/migrations/129.sql
Normal file
8
sql/pgsql/migrations/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