Add /entries

This commit is contained in:
2024-05-04 19:19:25 +02:00
parent 31077f9fb5
commit b1b56cfd5a
4 changed files with 88 additions and 6 deletions
+1 -1
View File
@@ -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(