1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:25:57 +00:00

bump schema version to fix resetpass_token created as a wrong type in 124

This commit is contained in:
Andrew Dolgov
2014-04-06 13:40:16 +00:00
parent 575f2b24be
commit 8067dc8ca5
5 changed files with 18 additions and 3 deletions

View File

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