Skip to content

Commit

Permalink
Added UUID Generation
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Aug 12, 2020
1 parent 8bcb0de commit 95b9eb3
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -10,7 +10,6 @@ internal class ThreatConfiguration : IEntityTypeConfiguration<Threat>
public void Configure(EntityTypeBuilder<Threat> builder)
{
builder.ToTable(TableName.Threat);

builder.HasKey(x => x.Identifier);

builder.HasIndex(x => x.Identifier)
Expand Down

0 comments on commit 95b9eb3

Please sign in to comment.