Fix db and fix endpoints
This commit is contained in:
@@ -15,10 +15,6 @@ public class BundleBacktestRequestEntity
|
||||
[MaxLength(255)]
|
||||
public string RequestId { get; set; } = string.Empty;
|
||||
|
||||
[Required]
|
||||
[MaxLength(255)]
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
// Foreign key to User entity
|
||||
public int? UserId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user