public function applyFile($file)
 {
     if ($this->checkInteractive('Apply changeset to database?')) {
         parent::applyFile($file);
     }
 }