summary refs log tree commit diff stats
path: root/java/tobedone
diff options
context:
space:
mode:
Diffstat (limited to 'java/tobedone')
-rw-r--r--java/tobedone2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/tobedone b/java/tobedone
index dd34705..fa631b8 100644
--- a/java/tobedone
+++ b/java/tobedone
@@ -3,5 +3,5 @@
 {
     cat state.sql
     printf '.mode column\n'
-    printf 'SELECT name FROM `assignments` WHERE NOT %s;\n' "${1:-code}"
+    printf 'SELECT rowid, name FROM `assignments` WHERE NOT %s;\n' "${1:-code}"
 } | sqlite3 | tail -n +3