From a0d5a39abbf58afdf23e71e8f7090f4e2772343f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 24 Sep 2005 13:34:45 +0100 Subject: fix mysql (guid) schema bug --- schema/ttrss_schema_mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index b34f7070b..3c563e1f6 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -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, updated datetime not null, title text not null, - guid text not null unique, + guid varchar(255) not null unique, link text not null, content text not null, content_hash varchar(250) not null, -- cgit v1.2.3