mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04: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 = ? |