watchdogs/migrations/0004_thumbnails.sql
JMARyA 764bef6457
All checks were successful
ci/woodpecker/push/build Pipeline was successful
add thumbnail feature
2024-12-16 23:45:15 +01:00

7 lines
151 B
SQL

CREATE TABLE video_thumbnail (
"id" UUID NOT NULL PRIMARY KEY,
"time" FLOAT NOT NULL,
"precomputed" BYTEA NOT NULL,
"custom" BYTEA
);