1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

schema: update version to 138

This commit is contained in:
Andrew Dolgov
2019-04-10 13:20:16 +03:00
parent d32e191ad7
commit 9e200f2cf0
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ create table ttrss_tags (id integer primary key auto_increment,
create table ttrss_version (schema_version int not null) ENGINE=InnoDB DEFAULT CHARSET=UTF8;
insert into ttrss_version values (137);
insert into ttrss_version values (138);
create table ttrss_enclosures (id integer primary key auto_increment,
content_url text not null,