morffix/migrations/000020_alter_files_table_transcode.up.sql
speatzle fa1deed55a
All checks were successful
/ release (push) Successful in 42s
fix migrations
2025-03-19 13:32:37 +01:00

3 lines
85 B
SQL

ALTER TABLE files ADD old_md5 uuid,
ADD old_ffprobe_data JSONB,
ADD old_size bigint;