mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 23:51:29 +00:00
schema: add status codes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user