90fa38495e
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. |
||
---|---|---|
.github | ||
meta | ||
proto | ||
pylib | ||
qt | ||
rslib | ||
rspy | ||
scripts | ||
ts | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTORS | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.docker | ||
README.md | ||
run |
This repo contains all the code for the computer version of Anki.
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/#/
For more information on building, please see README.development.
If you'd like to contribute code, please see README.contributing.