automated snapshot
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user