mirror of
https://github.com/bitwarden/server.git
synced 2025-04-08 14:38:15 -05:00
Remove unnecessary identity column indication (#3830)
This commit is contained in:
parent
9720d18a0a
commit
af56ab4159
@ -13,10 +13,6 @@ public class GrantEntityTypeConfiguration : IEntityTypeConfiguration<Grant>
|
|||||||
.HasName("PK_Grant")
|
.HasName("PK_Grant")
|
||||||
.IsClustered();
|
.IsClustered();
|
||||||
|
|
||||||
builder
|
|
||||||
.Property(s => s.Id)
|
|
||||||
.UseIdentityColumn();
|
|
||||||
|
|
||||||
builder
|
builder
|
||||||
.HasIndex(s => s.Key)
|
.HasIndex(s => s.Key)
|
||||||
.IsUnique(true);
|
.IsUnique(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user