1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +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

@@ -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,