feat: update video cut and extract head image job
This commit is contained in:
@@ -7,6 +7,7 @@ CREATE TABLE medias(
|
||||
mime_type varchar(128) NOT NULL DEFAULT '',
|
||||
size int8 NOT NULL DEFAULT 0,
|
||||
path varchar(255) NOT NULL DEFAULT '',
|
||||
metas jsonb NOT NULL DEFAULT '{}' ::jsonb,
|
||||
hash varchar(64) NOT NULL DEFAULT ''
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user