mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00

We were (ab)using the bulk update routine to do deletions, but that code was really intended to be used for finding&replacing, where an exact match is not a requirement.
2 lines
No EOL
104 B
SQL
2 lines
No EOL
104 B
SQL
DROP TABLE IF EXISTS search_nids;
|
|
CREATE TEMPORARY TABLE search_nids (nid integer PRIMARY KEY NOT NULL); |