Anki/rslib/src/storage/deck/update_deck.sql
Damien Elmes 24ef0cc6f1 add separate decks table, and start on moving deck handling to Rust
The Python tests are passing, but there are still a number of issues
to work through, and the table/protobuf schema is not yet finalized.
2020-05-12 21:13:33 +10:00

4 lines
No EOL
100 B
SQL

insert
or replace into decks (name, id, mtime_secs, usn, common, kind)
values
(?, ?, ?, ?, ?, ?)