Commit 1a150876 authored by erleibiazzio's avatar erleibiazzio
Browse files

Cria db-update para apagar avaliação duplicada

parent 0b2797eb
......@@ -54,5 +54,9 @@ return [
m1.object_id = m2.object_id AND
m1.id <> m2.id;");
$app->log->debug("Limpaza de metados em inscrições feita");
},
'DROP Evaluation 1731148439' => function () use ($conn, $app) {
$conn->executeQuery("DELETE FROM registration_evaluation WHERE id = 2236");
$app->log->debug("Apaga avaliação duplicada");
}
];
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment