feat: video duration / bitrate

This commit is contained in:
2025-01-27 21:19:11 +00:00
parent 5fbe40faae
commit 3ba5e7bc4c
6 changed files with 45 additions and 5 deletions

View File

@ -0,0 +1,4 @@
-- Add migration script here
alter table uploads
add column duration float,
add column bitrate integer unsigned;