]> git.wh0rd.org Git - tt-rss.git/commitdiff
mysql 5.0 fix (closes #24)
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 5 Jan 2006 14:35:40 +0000 (15:35 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 5 Jan 2006 14:35:40 +0000 (15:35 +0100)
schema/ttrss_schema_mysql.sql

index 0fdf3d5bc58853069648164bbe12dac6179a5fd7..c80d18445d9aabd725dfb33713935380a51a11a1 100644 (file)
@@ -49,7 +49,7 @@ create table ttrss_feeds (id integer not null auto_increment primary key,
        icon_url varchar(250) not null default '',
        update_interval integer not null default 0,
        purge_interval integer not null default 0,
-       last_updated datetime default '',
+       last_updated datetime default 0,
        last_error text not null default '',
        site_url varchar(250) not null default '',
        auth_login varchar(250) not null default '',