fix mysql (guid) schema bug

master
Andrew Dolgov 19 years ago
parent 0300750d2c
commit a0d5a39abb

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

Loading…
Cancel
Save