Compare commits

..

No commits in common. "81766ac5dfcdcea0410169b87b8a8b0c77a17e85" and "bd24838ae6e3f171240316370d0122de190f38fb" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

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

View file

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