fix mysql (guid) schema bug

This commit is contained in:
Andrew Dolgov 2005-09-24 13:34:45 +01:00
parent 0300750d2c
commit a0d5a39abb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ create table ttrss_entries (id integer not null primary key auto_increment,
feed_id integer not null references ttrss_feeds(id) ON DELETE CASCADE, feed_id integer not null references ttrss_feeds(id) ON DELETE CASCADE,
updated datetime not null, updated datetime not null,
title text not null, title text not null,
guid text not null unique, guid varchar(255) not null unique,
link text not null, link text not null,
content text not null, content text not null,
content_hash varchar(250) not null, content_hash varchar(250) not null,