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

4 lines
100 B
SQL

ALTER TABLE files
DROP IF EXISTS old_md5,
DROP IF EXISTS old_ffprobe_data,
DROP IF EXISTS old_size;