Add ffprobe Data to scan
All checks were successful
/ release (push) Successful in 36s

This commit is contained in:
Samuel Lorch 2024-07-07 01:52:27 +02:00
parent e47a254cad
commit d63dfc88d7
5 changed files with 25 additions and 3 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE files
ADD ffprobe_data JSONB;