morffix/migrations/000020_alter_files_table_transcode.down.sql
speatzle 808953f46f
All checks were successful
/ release (push) Successful in 50s
Add old fields, fix md5, fix migratins.
2025-03-19 13:11:03 +01:00

4 lines
107 B
SQL

ALTER TABLE tasks
DROP IF EXISTS old_md5,
DROP IF EXISTS old_ffprobe_data,
DROP IF EXISTS old_size bigint;