mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
Came across a user with a corrupt index: sqlite> pragma integrity_check; integrity_check = wrong # of entries in index ix_revlog_cid integrity_check = wrong # of entries in index ix_cards_sched This is not picked up by a quick check, and a vacuum does not fix it, but a reindex does. AnkiWeb currently performs a full check when a file is uploaded to it, so this was leading to "corrupt" to show up when syncing the collection, with a local DB check not reporting/fixing the issue. |
||
|---|---|---|
| .. | ||
| card | ||
| config | ||
| deck | ||
| deckconf | ||
| graves | ||
| note | ||
| notetype | ||
| revlog | ||
| tag | ||
| upgrades | ||
| mod.rs | ||
| schema11.sql | ||
| sqlite.rs | ||
| sync.rs | ||
| sync_check.rs | ||