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

Juste un test de migr

parent 26c5ce6b
No related branches found
No related tags found
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_DATE')) {
if (!$this->manager->hasColumn('INTERVENANT', 'EXPORT_DATE22')) {
$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