mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 12:11:29 +00:00
add rpc method to export feedbrowser data; update schema
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user