From 986275469cbff78befde2b409b587ddf8b57d233 Mon Sep 17 00:00:00 2001 From: sumi Date: Mon, 15 Dec 2025 01:42:08 -0600 Subject: [PATCH] automated snapshot --- storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage.go b/storage.go index 87e0bd4..99b2aec 100644 --- a/storage.go +++ b/storage.go @@ -109,7 +109,7 @@ func (s *Storage) Save() (string, error) { _, err = s.db.Exec(` INSERT INTO snapshots (id, sid, created_at, branch, git_hash, committed, path) - VALUES (?, ?, ?, ?, ?, ?) + VALUES (?, ?, ?, ?, ?, ?, ?) `, id, kid,