automated snapshot

This commit is contained in:
sumi
2025-12-15 01:42:08 -06:00
parent e664862048
commit 986275469c

View File

@@ -109,7 +109,7 @@ func (s *Storage) Save() (string, error) {
_, err = s.db.Exec(` _, err = s.db.Exec(`
INSERT INTO snapshots (id, sid, created_at, branch, git_hash, committed, path) INSERT INTO snapshots (id, sid, created_at, branch, git_hash, committed, path)
VALUES (?, ?, ?, ?, ?, ?) VALUES (?, ?, ?, ?, ?, ?, ?)
`, `,
id, id,
kid, kid,