sort snapshot reports
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-15 15:25:56 +11:00
parent 8dee30ea97
commit debac1f684
7 changed files with 28 additions and 13 deletions

View File

@@ -7,9 +7,10 @@ import (
)
// UpdateCleanup removes orphaned update records.
// @Summary Cleanup updates
// @Description Removes update records that are no longer associated with a VM.
// @Summary Cleanup updates (deprecated)
// @Description Deprecated: Removes update records that are no longer associated with a VM.
// @Tags maintenance
// @Deprecated
// @Produce text/plain
// @Success 200 {string} string "Cleanup completed"
// @Failure 500 {string} string "Server error"