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

Remise en état, test OK!!!

parent a77bbf4e
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ class v18Divers extends AbstractMigration
$c = $this->manager->getOseAdmin()->getConsole();
// test pour savoir si on est bien en V17 minimum
if (!$this->manager->hasColumn('INTERVENANT', 'EXPORT_DATE22')) {
if (!$this->manager->hasColumn('INTERVENANT', 'EXPORT_DATE')) {
$c->printDie('Attention : vous devez d\'abord mettre à jour en version 17.3 AVANT de mettre à jour en version 18');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment