mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Add missing did field to SQL query
This commit is contained in:
parent
681ca60b70
commit
66334203b1
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ SELECT id,
|
||||||
due,
|
due,
|
||||||
ord,
|
ord,
|
||||||
cast(mod AS integer),
|
cast(mod AS integer),
|
||||||
|
did,
|
||||||
odid
|
odid
|
||||||
FROM cards
|
FROM cards
|
||||||
WHERE did = ?
|
WHERE did = ?
|
||||||
|
|
Loading…
Reference in a new issue