Fix: Reduce storage size also for status
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bd24838ae6
commit
d962df9e4b
1 changed files with 1 additions and 1 deletions
|
@ -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