From: Andrew Dolgov Date: Wed, 18 Nov 2015 11:33:47 +0000 (+0300) Subject: fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead X-Git-Tag: 16.3~97 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=6497fb65b439f02cf145c2d0eb4e40803641fbb4 fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead bump schema --- diff --git a/include/functions.php b/include/functions.php index e9107227..92d6e979 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@