mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
[PM-5519] [PM-5526] [PM-5624] [PM-5600] More Grant SQL fixes (#3668)
* SQLite scripts to apply autoincrementing Id key * Drop erroneous Id column if created
This commit is contained in:
@ -10,6 +10,7 @@ public class GrantEntityTypeConfiguration : IEntityTypeConfiguration<Grant>
|
||||
{
|
||||
builder
|
||||
.HasKey(s => s.Id)
|
||||
.HasName("PK_Grant")
|
||||
.IsClustered();
|
||||
|
||||
builder
|
||||
|
Reference in New Issue
Block a user