diff options
Diffstat (limited to 'apps/dav/lib/Migration/Version1006Date20180628111625.php')
-rw-r--r-- | apps/dav/lib/Migration/Version1006Date20180628111625.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Migration/Version1006Date20180628111625.php b/apps/dav/lib/Migration/Version1006Date20180628111625.php index 8113b4c69bf..d3e49ca227d 100644 --- a/apps/dav/lib/Migration/Version1006Date20180628111625.php +++ b/apps/dav/lib/Migration/Version1006Date20180628111625.php @@ -51,7 +51,7 @@ class Version1006Date20180628111625 extends SimpleMigrationStep { if ($calendarChangesTable->hasIndex('calendarid_synctoken')) { $calendarChangesTable->dropIndex('calendarid_synctoken'); } - $calendarChangesTable->addIndex(['calendarid', 'calendartype', 'synctoken'], 'calendarid_calendartype_synctoken'); + $calendarChangesTable->addIndex(['calendarid', 'calendartype', 'synctoken'], 'calid_type_synctoken'); } if ($schema->hasTable('calendarobjects')) { |