mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Add timestamps to update compilation POST request
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user