fix(go): skip default host auto update reset;

This commit is contained in:
VishalDalwadi
2026-04-07 15:54:46 +05:30
parent f4d5e3fa2f
commit a5d27e9b85
-4
View File
@@ -412,10 +412,6 @@ func migrateHosts(ctx context.Context) error {
}
}
if _host.IsDefault && !_host.AutoUpdate {
_host.AutoUpdate = true
}
logger.Log(4, fmt.Sprintf("migrating host %s", _host.ID))
err = _host.Create(ctx)