diff --git a/admin/actions/test.php b/admin/actions/test.php
index 13e1bac34e3b7a9e7a8bd5928753e0e35daf2314..5553395fcb2e0802b01108c2b0aee751944a89e5 100644
--- a/admin/actions/test.php
+++ b/admin/actions/test.php
@@ -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
diff --git a/admin/migration/v18Plafonds.php b/admin/migration/v18Plafonds.php
index d8886b86adb5265f6435095000d07a4365f2d6e0..2bfa9690a0649ddad923722f0caf79c0b23f5ab4 100644
--- a/admin/migration/v18Plafonds.php
+++ b/admin/migration/v18Plafonds.php
@@ -81,8 +81,8 @@ class v18Plafonds extends AbstractMigration
     protected function after()
     {
         $this->migrationParamsStructure();
-        //$this->migrationParamsReferentiel();
-        //$this->migrationParamsStatut();
+        $this->migrationParamsReferentiel();
+        $this->migrationParamsStatut();
     }