Skip to content

Commit

Permalink
disabled archived table for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
latolukasz committed Jan 11, 2024
1 parent f252295 commit 66b9365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

type LogEntity[Entity any] struct {
ID uint64 `orm:"archived;split_async_flush=log-entity"`
ID uint64 `orm:"split_async_flush=log-entity"`
EntityID uint64
Date time.Time `orm:"time"`
Meta []byte
Expand Down

0 comments on commit 66b9365

Please sign in to comment.