summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-04-10 13:20:16 +0300
committerAndrew Dolgov <[email protected]>2019-04-10 13:20:16 +0300
commit9e200f2cf0c0e12ffa61ce1aff39088ecbf866e0 (patch)
treed99e01963bbca4b2dac8dab4043103d21bc0bcd8 /schema/ttrss_schema_mysql.sql
parentd32e191ad7e844cac1943f5352f0c4828eb71525 (diff)
schema: update version to 138
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 5d8f34645..fcff9c9bb 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -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,