We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixin database upgrade related data is stored in SharedPreferences and this data is not reliable. Key-value tables should be created in the database to store this data. Contains the following data: PREF_ATTACHMENT PREF_ATTACHMENT_LAST PREF_ATTACHMENT_OFFSET PREF_FTS4_UPGRADE PREF_SYNC_FTS4_OFFSET PREF_BACKUP
Key-value tables
The text was updated successfully, but these errors were encountered:
more properties
Sorry, something went wrong.
Need to support the addition of DEVICE_ID
No branches or pull requests
Mixin database upgrade related data is stored in SharedPreferences and this data is not reliable.
Key-value tables
should be created in the database to store this data.Contains the following data:
PREF_ATTACHMENT
PREF_ATTACHMENT_LAST
PREF_ATTACHMENT_OFFSET
PREF_FTS4_UPGRADE
PREF_SYNC_FTS4_OFFSET
PREF_BACKUP
The text was updated successfully, but these errors were encountered: