wip: doctor/cli/docs/api to vector db consolidation; api hardening for descriptions, tenant, and scopes; migrations and conversions of all DALs to EF v10
This commit is contained in:
@@ -16,6 +16,13 @@ public sealed class TriageScan
|
||||
[Column("id")]
|
||||
public required Guid Id { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Tenant that owns this scan.
|
||||
/// </summary>
|
||||
[Required]
|
||||
[Column("tenant_id")]
|
||||
public required string TenantId { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Image reference that was scanned.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user