diff --git a/core/Migrations/Version13000Date20170718121200.php b/core/Migrations/Version13000Date20170718121200.php index c1989ff606ed6..4c5fb7b9b020f 100644 --- a/core/Migrations/Version13000Date20170718121200.php +++ b/core/Migrations/Version13000Date20170718121200.php @@ -523,7 +523,7 @@ public function changeSchema(IOutput $output, \Closure $schemaClosure, array $op ]); $table->setPrimaryKey(['id']); $table->addUniqueIndex(['token'], 'authtoken_token_index'); - $table->addIndex(['last_activity'], 'authtoken_last_activity_index'); + $table->addIndex(['last_activity'], 'authtoken_last_activity_idx'); } if (!$schema->hasTable('bruteforce_attempts')) {