protected function _uninstall() { if (TBGContext::getScope()->getID() == 1) { TBGVCSIntegrationTable::getTable()->drop(); } parent::_uninstall(); }
protected function _uninstall() { if (TBGContext::getScope()->getID() == 1) { TBGArticlesTable::getTable()->drop(); B2DB::getTable('TBGBillboardPostsTable')->drop(); } TBGLinksTable::getTable()->removeByTargetTypeTargetIDandLinkID('wiki', 0); parent::_uninstall(); }
protected function _uninstall() { if (TBGContext::getScope()->getID() == 1) { TBGVCSIntegrationCommitsTable::getTable()->drop(); TBGVCSIntegrationFilesTable::getTable()->drop(); TBGVCSIntegrationIssueLinksTable::getTable()->drop(); try { \b2db\Core::getTable('TBGVCSIntegrationTable')->drop(); } catch (Exception $e) { } } parent::_uninstall(); }
protected function _uninstall() { parent::_uninstall(); }