Skip to content

Commit d231db0

Browse files
committed
fixup! RHINENG-21214: add models for the new tables
1 parent 26bdb46 commit d231db0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

base/models/models.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ type SystemInventory struct {
119119
Tags []byte `gorm:"column:tags"`
120120
Created time.Time
121121
Workspaces pq.StringArray `gorm:"type:text[]"`
122-
StaleTimestamp time.Time
123-
StaleWarningTimestamp time.Time
124-
CulledTimestamp time.Time
122+
StaleTimestamp *time.Time
123+
StaleWarningTimestamp *time.Time
124+
CulledTimestamp *time.Time
125125
OSName *string
126126
OSMajor *int16
127127
OSMinor *int16

0 commit comments

Comments
 (0)