Skip to content

Commit

Permalink
Give name settings_key_team_id_unique to unique index in team migrati…
Browse files Browse the repository at this point in the history
…on file
  • Loading branch information
rawilk committed Oct 2, 2023
1 parent 66d7c57 commit 1c44f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/add_settings_team_field.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ return new class extends Migration
$table->unique([
'key',
config('settings.team_foreign_key'),
]);
], 'settings_key_team_id_unique');
});
}
};

0 comments on commit 1c44f29

Please sign in to comment.