4 lines
100 B
SQL
4 lines
100 B
SQL
ALTER TABLE files
|
|
DROP IF EXISTS old_md5,
|
|
DROP IF EXISTS old_ffprobe_data,
|
|
DROP IF EXISTS old_size;
|