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

Finalisation du script de migration des paramètres de plafonds

parent a3232cf2
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ require_once dirname(__DIR__) . '/migration/v18Plafonds.php';
$mm = new MigrationManager($oa, new \BddAdmin\Ddl\Ddl(), []);
$v18 = new v18Plafonds($mm);
$v18->before();
\ No newline at end of file
$v18->migrationParamsStatut();
\ No newline at end of file
......@@ -81,8 +81,8 @@ class v18Plafonds extends AbstractMigration
protected function after()
{
$this->migrationParamsStructure();
//$this->migrationParamsReferentiel();
//$this->migrationParamsStatut();
$this->migrationParamsReferentiel();
$this->migrationParamsStatut();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment