1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 07:05:56 +00:00

fix mysql (guid) schema bug

This commit is contained in:
Andrew Dolgov
2005-09-24 13:34:45 +01:00
parent 0300750d2c
commit a0d5a39abb

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,
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,