public function __construct($upgrader)
 {
     $this->type = self::UPGRADE_CUSTOM | self::UPGRADE_DB;
     parent::__construct($upgrader);
 }
 public function __construct($upgrader)
 {
     parent::__construct($upgrader);
     $this->type = self::UPGRADE_CORE | self::UPGRADE_CUSTOM;
 }