aboutsummaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version23000Date20210906132259.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Migrations/Version23000Date20210906132259.php')
-rw-r--r--core/Migrations/Version23000Date20210906132259.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Migrations/Version23000Date20210906132259.php b/core/Migrations/Version23000Date20210906132259.php
index e65846f40b9..26d18edc8f1 100644
--- a/core/Migrations/Version23000Date20210906132259.php
+++ b/core/Migrations/Version23000Date20210906132259.php
@@ -34,8 +34,8 @@ class Version23000Date20210906132259 extends SimpleMigrationStep {
$table->addColumn('delete_after', Types::DATETIME, [
'notnull' => true,
]);
- $table->addIndex(['hash'], 'ratelimit_hash_idx');
- $table->addIndex(['delete_after'], 'ratelimit_delete_after_idx');
+ $table->addIndex(['hash'], 'ratelimit_hash');
+ $table->addIndex(['delete_after'], 'ratelimit_delete_after');
return $schema;
}