1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:15:55 +00:00

fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead

bump schema
This commit is contained in:
Andrew Dolgov
2015-11-18 14:33:47 +03:00
parent ee4c460272
commit 6497fb65b4
5 changed files with 16 additions and 4 deletions

View File

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