Beispiel #1
0
 /**
  * removes migration from log table
  * @param AbstractMigration $migration
  */
 public function removeExecution(AbstractMigration $migration)
 {
     $this->adapter->delete($this->config->getLogTableName(), $this->createData($migration));
 }