summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_pgsql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-20 14:46:53 +0400
committerAndrew Dolgov <[email protected]>2011-04-20 14:46:53 +0400
commitcfc0647184933b042b9929ede09f52e7d3f3318f (patch)
treefbfbde521c434de6dba4ea8b4b7a4f1673c4d85c /schema/ttrss_schema_pgsql.sql
parent258d48a04749d57fd3e91524ac9c5da51440e739 (diff)
schema: add status codes
Diffstat (limited to 'schema/ttrss_schema_pgsql.sql')
-rw-r--r--schema/ttrss_schema_pgsql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql
index a7cee5363..1e60d3a1b 100644
--- a/schema/ttrss_schema_pgsql.sql
+++ b/schema/ttrss_schema_pgsql.sql
@@ -390,6 +390,8 @@ create table ttrss_access_keys (id serial not null primary key,
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_url text not null);