This commit is contained in:
parent
0d0265ab14
commit
764bef6457
5 changed files with 113 additions and 11 deletions
7
migrations/0004_thumbnails.sql
Normal file
7
migrations/0004_thumbnails.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
CREATE TABLE video_thumbnail (
|
||||
"id" UUID NOT NULL PRIMARY KEY,
|
||||
"time" FLOAT NOT NULL,
|
||||
"precomputed" BYTEA NOT NULL,
|
||||
"custom" BYTEA
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue