Loading admin/actions/test.php +1 −1 Original line number Diff line number Diff line Loading @@ -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 admin/migration/v18Plafonds.php +2 −2 Original line number Diff line number Diff line Loading @@ -81,8 +81,8 @@ class v18Plafonds extends AbstractMigration protected function after() { $this->migrationParamsStructure(); //$this->migrationParamsReferentiel(); //$this->migrationParamsStatut(); $this->migrationParamsReferentiel(); $this->migrationParamsStatut(); } Loading Loading
admin/actions/test.php +1 −1 Original line number Diff line number Diff line Loading @@ -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
admin/migration/v18Plafonds.php +2 −2 Original line number Diff line number Diff line Loading @@ -81,8 +81,8 @@ class v18Plafonds extends AbstractMigration protected function after() { $this->migrationParamsStructure(); //$this->migrationParamsReferentiel(); //$this->migrationParamsStatut(); $this->migrationParamsReferentiel(); $this->migrationParamsStatut(); } Loading