async fn apply_one( conn: &mut Object, version: &str, sql: &str, ) -> Result<(), MigrateError>
在一个事务内应用单个迁移:执行 SQL + 写入版本行,失败则回滚。