From cfc0647184933b042b9929ede09f52e7d3f3318f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Apr 2011 14:46:53 +0400 Subject: schema: add status codes --- schema/versions/pgsql/84.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'schema/versions/pgsql/84.sql') diff --git a/schema/versions/pgsql/84.sql b/schema/versions/pgsql/84.sql index 77212317b..56c3359c5 100644 --- a/schema/versions/pgsql/84.sql +++ b/schema/versions/pgsql/84.sql @@ -2,6 +2,8 @@ begin; create table ttrss_linked_instances (id serial not null primary key, last_connected datetime 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); -- cgit v1.2.3