fix: align backend APIs and upload flow
This commit is contained in:
@@ -11,6 +11,7 @@ namespace MessageService.Infrastructure.Configs
|
||||
builder.ToTable("conversations");
|
||||
builder.HasKey(x => x.Id);
|
||||
builder.HasIndex(x => x.UserId);
|
||||
builder.HasIndex(x => new { x.UserId, x.ChatType, x.TargetId, x.IsDeleted });
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user