1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 01:45:56 +00:00

OPML export

This commit is contained in:
Andrew Dolgov
2005-09-02 11:18:45 +01:00
parent 10c5820d08
commit 9a4506c87d
4 changed files with 37 additions and 14 deletions

View File

@@ -36,6 +36,7 @@ create table ttrss_entries (id serial not null primary key,
content text not null,
content_hash varchar(250) not null,
last_read timestamp,
marked boolean not null default false,
date_entered timestamp not null default NOW(),
no_orig_date boolean not null default false,
comments varchar(250) not null default '',