mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:55:56 +00:00
schema: add unique constraint on access_key
This commit is contained in:
@@ -392,7 +392,7 @@ create table ttrss_linked_instances (id serial not null primary key,
|
||||
last_connected timestamp not null,
|
||||
last_status_in integer not null,
|
||||
last_status_out integer not null,
|
||||
access_key varchar(250) not null,
|
||||
access_key varchar(250) not null unique,
|
||||
access_url text not null);
|
||||
|
||||
create table ttrss_linked_feeds (
|
||||
|
||||
Reference in New Issue
Block a user