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

@@ -261,7 +261,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 (124);
insert into ttrss_version values (125);
create table ttrss_enclosures (id serial not null primary key,
content_url text not null,