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,

View File

@ -269,7 +269,7 @@ create index ttrss_tags_post_int_id_idx on ttrss_tags(post_int_id);
create table ttrss_version (schema_version int not null);
insert into ttrss_version values (137);
insert into ttrss_version values (138);
create table ttrss_enclosures (id serial not null primary key,
content_url text not null,