Skip to content

Commit

Permalink
Remove NOT NULL constraint on Usage final_before_usec (#6957)
Browse files Browse the repository at this point in the history
  • Loading branch information
bduffany authored Jul 1, 2024
1 parent 608a7ff commit e936053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tables/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ type Usage struct {
// [xxxxxxxxxxxxxxxxxxx[xxxxxx)-----------)
// ^ FinalBefore (before update) = CollectionPeriodStart
// ^ FinalBefore (after update) = CollectionPeriodEnd
FinalBeforeUsec int64 `gorm:"not null;default:0"`
FinalBeforeUsec int64 `gorm:"default:0"`

UsageCounts

Expand Down

0 comments on commit e936053

Please sign in to comment.