Fix: Reduce storage size also for status

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-03-24 13:47:43 +01:00
parent bd24838ae6
commit d962df9e4b
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

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