We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af0b01 + 2a5389c commit 4cbb9acCopy full SHA for 4cbb9ac
1 file changed
lib/Migration/Version1000Date20260309120000.php
@@ -66,7 +66,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
66
67
$table->setPrimaryKey(['id']);
68
$table->addUniqueIndex(['field_key'], 'profile_fields_def_key_uk');
69
- $table->addIndex(['active', 'sort_order'], 'profile_fields_def_active_order_idx');
+ $table->addIndex(['active', 'sort_order'], 'pf_def_active_sort_idx');
70
}
71
72
if (!$schema->hasTable('profile_fields_values')) {
0 commit comments