cleanup templates
Some checks failed
continuous-integration/drone/push Build is passing
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / End-to-End (push) Has been cancelled
CI / Publish Docker (push) Has been cancelled

This commit is contained in:
2024-10-02 21:23:54 +10:00
parent f9b8e25c2f
commit 9cdde0b278
3 changed files with 17 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ func (h *Handler) UpdateCleanup(w http.ResponseWriter, r *http.Request) {
err := h.Database.Queries().CleanupUpdates(context.Background(), params)
*/
err := h.Database.Queries().CleanupUpdatesNullVm(context.Background())
err := h.Database.Queries().InventoryCleanupTemplates(context.Background())
if err != nil {
h.Logger.Error("Error received cleaning updates table", "error", err)