change description of filter 'filter' action (bump schema)
This commit is contained in:
@@ -208,7 +208,7 @@ create table ttrss_filter_actions (id integer not null primary key,
|
||||
description varchar(250) not null unique) TYPE=InnoDB DEFAULT CHARSET=UTF8;
|
||||
|
||||
insert into ttrss_filter_actions (id,name,description) values (1, 'filter',
|
||||
'Filter article');
|
||||
'Delete article');
|
||||
|
||||
insert into ttrss_filter_actions (id,name,description) values (2, 'catchup',
|
||||
'Mark as read');
|
||||
@@ -258,7 +258,7 @@ create table ttrss_tags (id integer primary key auto_increment,
|
||||
|
||||
create table ttrss_version (schema_version int not null) TYPE=InnoDB DEFAULT CHARSET=UTF8;
|
||||
|
||||
insert into ttrss_version values (80);
|
||||
insert into ttrss_version values (81);
|
||||
|
||||
create table ttrss_enclosures (id integer primary key auto_increment,
|
||||
content_url text not null,
|
||||
|
||||
Reference in New Issue
Block a user