morffix/migrations/000018_alter_files_table_ffprobe_data.up.sql
Samuel Lorch d63dfc88d7
All checks were successful
/ release (push) Successful in 36s
Add ffprobe Data to scan
2024-07-07 01:52:27 +02:00

2 lines
42 B
SQL

ALTER TABLE files
ADD ffprobe_data JSONB;