remove auto updates gorm default latest

This commit is contained in:
pascal
2025-12-15 17:05:55 +01:00
parent 0f1a714a9f
commit bdf22d0d1f

View File

@@ -54,7 +54,7 @@ type Settings struct {
LazyConnectionEnabled bool `gorm:"default:false"`
// AutoUpdateVersion client auto-update version
AutoUpdateVersion string `gorm:"default:'latest'"`
AutoUpdateVersion string
}
// Copy copies the Settings struct