Skip to content

Commit 1c44f29

Browse files
committed
Give name settings_key_team_id_unique to unique index in team migration file
1 parent 66d7c57 commit 1c44f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/add_settings_team_field.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ return new class extends Migration
2323
$table->unique([
2424
'key',
2525
config('settings.team_foreign_key'),
26-
]);
26+
], 'settings_key_team_id_unique');
2727
});
2828
}
2929
};

0 commit comments

Comments
 (0)