mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-29 03:06:57 -04:00
Analogous to the server commit that removes it on its side. If an index includes it, we will fail silently since unrecognised tags are ignored. SQLite doesn't allow deleting columns, so don't do a DB version bump to try to remove it. It will be gone on new installs, and it doesn't keep current installs from working. Tested both cases.