Skip to content
Snippets Groups Projects
Commit 1fb23a5e authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

encore bug renomage indicateurs!!!

parent ea316cb4
No related branches found
No related tags found
No related merge requests found
......@@ -97,9 +97,11 @@ class v18IndicateursNumRen extends AbstractMigration
}
foreach ($numeros as $ancien => $nouveau) {
if (isset($ids[$ancien])) {
$id = $ids[$ancien];
$sql = "UPDATE indicateur SET numero = $nouveau WHERE id = $id";
$bdd->exec($sql);
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment