Compare commits
2 commits
bd24838ae6
...
81766ac5df
Author | SHA1 | Date | |
---|---|---|---|
81766ac5df | |||
d962df9e4b |
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# 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
|
||||||
|
|
|
@ -12,7 +12,7 @@ type (
|
||||||
StreamsCount uint64
|
StreamsCount uint64
|
||||||
CurrentStreak uint64
|
CurrentStreak uint64
|
||||||
MaxStreak uint64
|
MaxStreak uint64
|
||||||
StreakStatus Status
|
StreakStatus Status `gorm:"size:16"`
|
||||||
}
|
}
|
||||||
|
|
||||||
Status string
|
Status string
|
||||||
|
|
Loading…
Reference in a new issue