mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
4 lines
No EOL
98 B
SQL
4 lines
No EOL
98 B
SQL
insert
|
|
or replace into deck_config (id, name, mtime_secs, usn, config)
|
|
values
|
|
(?, ?, ?, ?, ?); |