mirror of
https://github.com/zoriya/vex.git
synced 2026-08-06 14:18:58 +00:00
Add rss parsing
This commit is contained in:
@@ -13,6 +13,8 @@ create table if not exists feeds(
|
||||
tags text[] not null,
|
||||
submitter_id uuid not null references users(id),
|
||||
added_date timestamp with time zone not null,
|
||||
etag text,
|
||||
last_fetch_date timestamp with time zone
|
||||
);
|
||||
|
||||
create table if not exists entries(
|
||||
|
||||
Reference in New Issue
Block a user