Skip to content

Commit 3250fc1

Browse files
committed
fixup! RHINENG-21214: add models for the new tables
1 parent eb0fe48 commit 3250fc1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

base/models/models.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ type SystemPatch struct {
165165
TemplateID *int64 `gorm:"column:template_id"`
166166
}
167167

168+
func (SystemPatch) TableName() string {
169+
return "system_patch"
170+
}
171+
168172
type String struct {
169173
ID []byte `gorm:"primaryKey"`
170174
Value string

0 commit comments

Comments
 (0)