/**
  * The constructor method.
  */
 function __construct()
 {
     parent::__construct();
 }
 /**
  * The constructor method.
  */
 function Test_DB_Upgrade()
 {
     parent::__construct();
     $this->path = MAX_PATH . '/etc/changes/';
     $this->prefix = $GLOBALS['_MAX']['CONF']['table']['prefix'];
 }