pub fn delete_file(conn: &Connection, id: &str) -> Result<bool>
Delete a file record by ID. Returns true if a row was removed.