mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 23:27:12 -05:00
2 lines
No EOL
104 B
SQL
2 lines
No EOL
104 B
SQL
DROP TABLE IF EXISTS search_cids;
|
|
CREATE TEMPORARY TABLE search_cids (cid integer PRIMARY KEY NOT NULL); |