mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 14:29:10 -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); |