+11
-14
appview/db/pulls.go
+11
-14
appview/db/pulls.go
············-_, err := e.Exec(`update pulls set pull_at = ? where repo_at = ? and pull_id = ?`, pullAt, repoAt, pullId)-err := e.QueryRow(`select pull_at from pulls where repo_at = ? and pull_id = ?`, repoAt, pullId).Scan(&pullAt)············
························
+3
-4
appview/state/pull.go
+3
-4
appview/state/pull.go
·········
·········