Anki/rslib/src/storage/deck/update_deck.sql
Damien Elmes 67c490a8dc support undoing deck mutations
This required refactoring the deck code a bit to split up the 'update'
and 'add' cases better.
2021-03-10 11:47:53 +10:00

7 lines
No EOL
93 B
SQL

UPDATE decks
SET name = ?,
mtime_secs = ?,
usn = ?,
common = ?,
kind = ?
WHERE id = ?