This is an automated email from the ASF dual-hosted git repository.
gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
The following commit(s) were added to refs/heads/trunk by this push:
new 025781a remove unused query
025781a is described below
commit 025781ade51056dcdaadee2845fd15d14e9f52b4
Author: Greg Stein <[email protected]>
AuthorDate: Fri Sep 26 13:02:00 2025 -0500
remove unused query
---
v3/queries.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/v3/queries.yaml b/v3/queries.yaml
index b6dcf4f..470fc81 100644
--- a/v3/queries.yaml
+++ b/v3/queries.yaml
@@ -55,7 +55,6 @@ election:
q_get_issue: SELECT * FROM issue WHERE iid = ?
q_get_mayvote: SELECT * FROM mayvote WHERE pid = ? AND iid = ?
q_tally: SELECT * FROM mayvote WHERE iid = ?
- q_by_issue: SELECT * FROM vote WHERE issue_token = ? ORDER BY _ROWID_
q_find_issues: |
SELECT m.*
FROM mayvote m