Skip to content

Commit

Permalink
fix: fix missing field in Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxr committed Nov 10, 2021
1 parent 506d555 commit 60d47a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/oomstore/typesv2/revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type Revision struct {
ID int32 `db:"id"`
Revision int64 `db:"revision"`
DataTable string `db:"data_table"`
Anchored bool `db:"anchored"`

Description string `db:"description"`
CreateTime time.Time `db:"create_time"`
Expand Down

0 comments on commit 60d47a4

Please sign in to comment.