agriget/schema/versions/mysql/81.sql

8 lines
150 B
MySQL
Raw Permalink Normal View History

2019-03-22 22:17:29 +08:00
begin;
update ttrss_filter_actions set description = 'Delete article' where name = 'filter';
update ttrss_version set schema_version = 81;
commit;