SoftwareCatalogConflict
Contains conflicts detected by the software catalog update mechanism.
erDiagram
SoftwarePackage ||--o{ SoftwareCatalogConflict : "SoftwarePackageID"
SoftwareSignature ||--o{ SoftwareCatalogConflict : "SoftwareSignatureID"
Fields
| Field |
Type |
Description |
| Action |
string |
Catalog action that causes the conflict |
| CatalogVersion |
string |
Version info of used catalog |
| Created |
datetime |
Date/Time the entry was created |
| ID |
numeric |
Internal ID for the SoftwareCatalogConflict entity (Primary Key) |
| Notes |
string |
Notes written during the catalog update process |
| SoftwarePackageGuid |
guid |
Guid of the Software Package from the catalog that caused the conflict |
| SoftwarePackageID |
numeric |
Internal ID that references the SoftwarePackage entity (Foreign Key) |
| SoftwareSignatureID |
numeric |
Internal ID that references the SoftwareSignature entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| SoftwarePackageID |
SoftwarePackage |
A software package defines a logical software entity. A software package can own 0 to n software signatures. |
| SoftwareSignatureID |
SoftwareSignature |
A software signature is a unique pattern detected by software scan, like a fingerprint that a particular software leaves on machines. |