mirror of
https://github.com/ankitects/anki.git
synced 2025-11-18 18:47:12 -05:00
This required refactoring the deck code a bit to split up the 'update' and 'add' cases better.
7 lines
No EOL
93 B
SQL
7 lines
No EOL
93 B
SQL
UPDATE decks
|
|
SET name = ?,
|
|
mtime_secs = ?,
|
|
usn = ?,
|
|
common = ?,
|
|
kind = ?
|
|
WHERE id = ? |