mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 16:28:49 +00:00
feat: video duration / bitrate
This commit is contained in:
4
migrations/20250127210244_video_metadata.sql
Normal file
4
migrations/20250127210244_video_metadata.sql
Normal file
@ -0,0 +1,4 @@
|
||||
-- Add migration script here
|
||||
alter table uploads
|
||||
add column duration float,
|
||||
add column bitrate integer unsigned;
|
Reference in New Issue
Block a user