public function __construct()
 {
     parent::__construct('pgsql', 'postgres');
 }
 public function __construct()
 {
     parent::__construct('mysql', 'root');
 }
 public function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     @unlink(dirname(__FILE__) . '/files/rw/upgrade.lock');
     parent::__construct();
     $this->fileToVersion = array(dirname(__FILE__) . '/files/VERSION-1' => "1.0.0-RC8000312", dirname(__FILE__) . '/files/VERSION-2' => "1.9.0", dirname(__FILE__) . '/files/VERSION-3' => "8.0.4003-RC2");
 }