Skip to content

Commit ff96a0c

Browse files
committed
add reportdb schema docs
1 parent 6602478 commit ff96a0c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

schema/reportdb/postgres/docs/tables/System.pre

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ COMMENT ON COLUMN System.registration_time
3434
IS 'When this system was onboarded';
3535
COMMENT ON COLUMN System.last_checkin_time
3636
IS 'When this system was visible and reachable last time';
37+
COMMENT ON COLUMN System.last_boot_time
38+
IS 'When this system was last time booted';
3739
COMMENT ON COLUMN System.kernel_version
3840
IS 'The version of the kernel installed on this system';
3941
COMMENT ON COLUMN System.architecture

schema/reportdb/postgres/docs/tables/SystemOutdated.pre

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ COMMENT ON COLUMN SystemOutdated.packages_out_of_date
2020
IS 'The number of outdated packages installed on this system';
2121
COMMENT ON COLUMN SystemOutdated.errata_out_of_date
2222
IS 'The number of outdated patches associated to this system';
23+
COMMENT ON COLUMN SystemOutdated.extra_pkg_count
24+
IS 'The number of packages which do not exist in a channel assigned to this system';
25+
COMMENT ON COLUMN SystemOutdated.status
26+
IS 'The status of this system: unentitled, awol, kickstarting, reboot needed, updates scheduled, actions scheduled, up2date, critical or updates';
2327
COMMENT ON COLUMN SystemOutdated.synced_date
2428
IS 'The timestamp of when this data was last refreshed.';
2529

0 commit comments

Comments
 (0)