mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
updated schema - make ttrss_entries.link not unique
This commit is contained in:
@@ -32,7 +32,7 @@ create table ttrss_entries (id serial not null primary key,
|
||||
updated timestamp not null,
|
||||
title varchar(250) not null,
|
||||
guid varchar(300) not null unique,
|
||||
link varchar(300) not null unique,
|
||||
link varchar(300) not null,
|
||||
content text not null,
|
||||
content_hash varchar(250) not null,
|
||||
last_read timestamp,
|
||||
|
||||
Reference in New Issue
Block a user