mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -05:00
5 lines
No EOL
131 B
SQL
5 lines
No EOL
131 B
SQL
UPDATE cards
|
|
SET ivl = min(max(round(ivl), 0), 2147483647),
|
|
mod = ?1,
|
|
usn = ?2
|
|
WHERE ivl != min(max(round(ivl), 0), 2147483647) |