Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
mgm_id | numeric | 131089 | null |
|
|
The id of the SUSE Manager instance that contains this data |
||||||
errata_id | numeric | 131089 | null |
|
|
The id of the patch |
||||||
advisory_name | varchar | 100 | √ | null |
|
|
The unique name of this advisory |
|||||
advisory_type | varchar | 32 | √ | null |
|
|
The type of patch. Possible values: Product Enhancement Advisory, Security Advisory, Bug Fix Advisory |
|||||
advisory_status | varchar | 32 | √ | null |
|
|
The status of the patch. Possible values: final, stable, retracted |
|||||
issue_date | timestamptz | 35,6 | √ | null |
|
|
When this advisory was first issued |
|||||
update_date | timestamptz | 35,6 | √ | null |
|
|
When this advisory was last updated |
|||||
severity | varchar | 64 | √ | null |
|
|
The serverity of this advisory. Possible values: Critical, Important, Moderate, Low |
|||||
reboot_required | bool | 1 | false |
|
|
True if a reboot of the system is required after applying this patch |
||||||
affects_package_manager | bool | 1 | false |
|
|
True if this patch make changes to the package management system |
Constraint Name | Constraint |
---|---|
vn_errata_synopsis | (((synopsis)::text <> ''::text)) |
vn_errata_organization | (((organization)::text <> ''::text)) |
vn_errata_advisory_name | (((advisory_name)::text <> ''::text)) |
vn_errata_advisory_status | (((advisory_status)::text <> ''::text)) |
vn_errata_cve | (((cve)::text <> ''::text)) |
vn_errata_advisory_type | (((advisory_type)::text <> ''::text)) |
vn_errata_severity | (((severity)::text <> ''::text)) |