summaryrefslogtreecommitdiff
path: root/schema/versions/pgsql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/versions/pgsql')
-rw-r--r--schema/versions/pgsql/84.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/versions/pgsql/84.sql b/schema/versions/pgsql/84.sql
index 1ff253f73..77212317b 100644
--- a/schema/versions/pgsql/84.sql
+++ b/schema/versions/pgsql/84.sql
@@ -1,6 +1,7 @@
begin;
create table ttrss_linked_instances (id serial not null primary key,
+ last_connected datetime not null,
access_key varchar(250) not null,
access_url text not null);