This commit is contained in:
2023-08-04 20:10:57 +03:00
parent 70edf34cf6
commit 0d45061d81
14 changed files with 866 additions and 35 deletions
@@ -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");
});