Skip to content

Commit

Permalink
Update index name as it is too large
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil <akhil.potukuchi@gmail.com>
  • Loading branch information
akhil1508 committed Nov 28, 2022
1 parent 2c4bebe commit 8df5a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/Migration/Version1025Date20221114151721.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
$calendarObjectsTable = $schema->getTable('calendarobjects');
$calendarObjectsTable->addIndex(['classification'], 'calendarobject_classification_index');
$calendarObjectsTable->addIndex(['classification'], 'calobj_clssfction_index');

return $schema;
}
Expand Down

0 comments on commit 8df5a59

Please sign in to comment.