async fn exec_ddl( db: &LaminarDB, ddl: &str, action: &str, object_type: &str, name: &str, applied: &mut Vec<ReloadOp>, failed: &mut Vec<ReloadFailure>, )