mysql 5.0 fix (closes #24)
This commit is contained in:
parent
fadfe7d9b4
commit
13b9833355
1 changed files with 1 additions and 1 deletions
|
@ -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 '',
|
||||
|
|
Loading…
Reference in a new issue