mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:15:57 +00:00
fix mysql (guid) schema bug
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user