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