Add timestamps to update compilation POST request

This commit is contained in:
broquemonsieur
2023-07-16 23:22:22 -04:00
parent ff6a9b965d
commit da290e5d6f
6 changed files with 90 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ CREATE TABLE IF NOT EXISTS public.compilation_videos
published timestamptz,
compid text references compilations(id),
index int8,
order_index integer,
PRIMARY KEY (index,compid)
);