mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04: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) |