Compare commits

...

2 commits

Author SHA1 Message Date
81766ac5df
prepare release v0.3.1 2024-03-24 13:47:56 +01:00
d962df9e4b
Fix: Reduce storage size also for status
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-03-24 13:47:43 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# 0.3.1 / 2024-03-24
* Fix: Reduce storage size also for status
# 0.3.0 / 2024-03-24
* Reduce field storage size by passing max length

View file

@ -12,7 +12,7 @@ type (
StreamsCount uint64
CurrentStreak uint64
MaxStreak uint64
StreakStatus Status
StreakStatus Status `gorm:"size:16"`
}
Status string