Skip to content

Commit

Permalink
Merge branch '2023.11' into 2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Jan 29, 2024
2 parents 35328e5 + 4a32da7 commit a3a2e4f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tine20/Calendar/Setup/Update/16.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ public function update001()
{
$this->_backend->dropForeignKey(Calendar_Model_Attender::TABLE_NAME, $fKey['constraint_name']);
}
try {
$this->_backend->dropIndex(Calendar_Model_Attender::TABLE_NAME, 'tine20_cal_attendee::cal_event_id-cal_events::id');
} catch(Exception){}
try {
$this->_backend->dropIndex(Calendar_Model_Attender::TABLE_NAME, 'cal_attendee::cal_event_id-cal_events::id');
} catch(Exception){}
try {
$this->_backend->dropIndex(Calendar_Model_Attender::TABLE_NAME, 'tine20_cal_attendee::displaycontainer_id--container::id');
} catch(Exception){}
try {
$this->_backend->dropIndex(Calendar_Model_Attender::TABLE_NAME, 'cal_attendee::displaycontainer_id--container::id');
} catch(Exception){}

Setup_SchemaTool::updateSchema([
Tinebase_Model_Container::class,
Calendar_Model_Attender::class,
Expand Down

0 comments on commit a3a2e4f

Please sign in to comment.