fix mysql (guid) schema bug
This commit is contained in:
parent
0300750d2c
commit
a0d5a39abb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue