Also adds the relevant DB helpers for this.
Signed-off-by: Anirudh Oppiliappan anirudh@tangled.sh
Also adds the relevant DB helpers for this.
Signed-off-by: Anirudh Oppiliappan anirudh@tangled.sh
······-_, err := e.Exec(`update issues set title = ?, body = ? where owner_did = ? and rkey = ?`, title, body, ownerDid, rkey)_, err := e.Exec(`update issues set open = 0 where repo_at = ? and issue_id = ?`, repoAt, issueId)
······_, err := e.Exec(`update issues set open = 0 where repo_at = ? and issue_id = ?`, repoAt, issueId)
······
······
······