fix
This commit is contained in:
@@ -84,12 +84,13 @@ namespace MyOffice.Migrations.Postgres.Migrations
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("AccountId");
|
||||
|
||||
b.HasIndex("OwnerId");
|
||||
|
||||
b.HasIndex("UserId");
|
||||
|
||||
b.HasIndex("AccountId", "UserId")
|
||||
.IsUnique();
|
||||
|
||||
b.ToTable("AccountAccesses");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user