Exemplo n.º 1
0
 public function createMeta($file)
 {
     if ($this->checkInteractive('Create database meta tables for tracking?')) {
         parent::createMeta($file);
     }
 }