]> git.wh0rd.org - tt-rss.git/blobdiff - schema/ttrss_schema_pgsql.sql
schema: add status codes
[tt-rss.git] / schema / ttrss_schema_pgsql.sql
index a7cee5363f264f1f12e1abdf2e5b4113adafa725..1e60d3a1b257d5a63abe18c61f5210dfd76623d0 100644 (file)
@@ -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);