diff --git a/lib/Migration/Version1000Date20260309120000.php b/lib/Migration/Version1000Date20260309120000.php index 25791a7..cb32ee9 100644 --- a/lib/Migration/Version1000Date20260309120000.php +++ b/lib/Migration/Version1000Date20260309120000.php @@ -66,7 +66,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt $table->setPrimaryKey(['id']); $table->addUniqueIndex(['field_key'], 'profile_fields_def_key_uk'); - $table->addIndex(['active', 'sort_order'], 'profile_fields_def_active_order_idx'); + $table->addIndex(['active', 'sort_order'], 'pf_def_active_sort_idx'); } if (!$schema->hasTable('profile_fields_values')) {