summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-04-06 13:40:16 +0000
committerAndrew Dolgov <[email protected]>2014-04-06 13:40:16 +0000
commit8067dc8ca5e75a7283456b8f76c006216cc37a1d (patch)
tree258dcf7da0fca7af607a7ff1545795942c033a06 /schema/ttrss_schema_mysql.sql
parent575f2b24be708a02a609a9b3d73750a06a0206a1 (diff)
bump schema version to fix resetpass_token created as a wrong type in 124
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 b38cb8f02..e11b71106 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -302,7 +302,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 (124);
+insert into ttrss_version values (125);
create table ttrss_enclosures (id integer primary key auto_increment,
content_url text not null,