Skip to content

Commit df9ccf1

Browse files
committed
Add Period field to ContainerLogMeta
1 parent beeba82 commit df9ccf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/schema/v1/container.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ type ContainerMount struct {
8686
type ContainerLogMeta struct {
8787
Logs string `db:"logs"`
8888
LastUpdate types.UnixMilli `db:"last_update"`
89+
Period types.UnixMilli
8990
}
9091

9192
type ContainerLog struct {

0 commit comments

Comments
 (0)