HP Operations Manager for Windows

Table OV_PM_PackageVersion


Each row in the OV_PM_PackageVersion table represents a package version. The main package identifier is a set of four values: PackageId, MajorVersion, MinorVersion, and FixVersion. The PackageVersionId is an internal unique identifier for every package version. The package version is linked to the logical package it belongs to using the PackageId.

Column Name Constraint Column Type Description
PackageVersionId PK, I1 uniqueidentifier ID of this package version.
PackageId FK1, I2 uniqueidentifier ID of the logical package.
MajorVersion I2 smallint Major version number of the package.
MinorVersion I2 smallint Minor version number of the package.
FixVersion I2 smallint Fix version number of the package.
Description   nvarchar(256) String that describes the purpose of this package version.