mirror of
https://github.com/zoriya/vex.git
synced 2026-05-25 23:48:05 +00:00
Add /entries
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ create table if not exists feeds(
|
||||
favicon_url text not null,
|
||||
tags text[] not null,
|
||||
submitter_id uuid not null references users(id),
|
||||
added_date timestamp with time zone not null
|
||||
added_date timestamp with time zone not null,
|
||||
);
|
||||
|
||||
create table if not exists entries(
|
||||
|
||||
Reference in New Issue
Block a user