protected function _uninstall()
 {
     if (TBGContext::getScope()->getID() == 1) {
         TBGVCSIntegrationTable::getTable()->drop();
     }
     parent::_uninstall();
 }
Ejemplo n.º 2
0
 protected function _uninstall()
 {
     if (TBGContext::getScope()->getID() == 1) {
         TBGArticlesTable::getTable()->drop();
         B2DB::getTable('TBGBillboardPostsTable')->drop();
     }
     TBGLinksTable::getTable()->removeByTargetTypeTargetIDandLinkID('wiki', 0);
     parent::_uninstall();
 }
Ejemplo n.º 3
0
 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();
 }
Ejemplo n.º 4
0
 protected function _uninstall()
 {
     parent::_uninstall();
 }