fix(storage): persist mover_warning_threshold in DB read/write

This commit is contained in:
2026-07-07 00:51:59 -04:00
parent 197b2ad13e
commit 24425b8b39
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=nasctl
VERSION?=0.7.4
VERSION?=0.7.5
GO?=go
LDFLAGS=-s -w -X github.com/darroyo/nasctl/internal/web.Version=$(VERSION) -X github.com/darroyo/nasctl/internal/web.Commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
BUILD_FLAGS=CGO_ENABLED=0