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

Scritps de migration exécutés 2x!!

parent a1b1ee2d
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,4 @@ $c->println('Mise à jour automatique de la base de données', $c::COLOR_LIGHT_C
$oa->oldVersion = $oa->purgerVersion($c->getArg(2));
$oa->version = $oa->purgerVersion($c->getArg(3));
$c->println('ancienne version='.$oa->oldVersion);
$c->println('nouvelle version='.$oa->version);
$oa->migration('pre');
$oa->run('update-bdd');
\ No newline at end of file
$oa->migration('post');
\ 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