Beispiel #1
0
 /**
  * すべてのバージョンを未適用と記録
  */
 public function clearVersion()
 {
     if ($this->dryRun == false) {
         $this->table->dropTable();
     }
     $this->logger->log("clear all version");
 }