summaryrefslogtreecommitdiff
path: root/schema/versions/pgsql/84.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/versions/pgsql/84.sql')
-rw-r--r--schema/versions/pgsql/84.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/versions/pgsql/84.sql b/schema/versions/pgsql/84.sql
index 85b9cf20a..55a7caf71 100644
--- a/schema/versions/pgsql/84.sql
+++ b/schema/versions/pgsql/84.sql
@@ -4,7 +4,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 (