3 lines
99 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
ALTER TABLE upload_file_table DROP COLUMN is_finish;