1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 04:31:35 +00:00

add rpc method to export feedbrowser data; update schema

This commit is contained in:
Andrew Dolgov
2011-04-20 12:06:30 +04:00
parent 34846e514f
commit afb875ccd7
5 changed files with 36 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
begin;
create table ttrss_linked_instances (id integer not null primary key auto_increment,
last_connected timestamp not null,
access_key varchar(250) not null,
access_url text not null) TYPE=InnoDB DEFAULT CHARSET=UTF8;