Skip to content
New issue

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

Delete the _doc_id_rev when migrating entries #9822

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Jan 11, 2024

This fixes one of the issues I mentioned in standup with cloud sync and the pouchDB migration.

This is an internal property that pouchDB uses as its primary key. We have no reason to keep it around, and if it goes out of sync with the other project metadata it prevents a project from being synchronized on older versions of the editor.

@riknoll riknoll requested a review from a team January 11, 2024 21:26
@riknoll riknoll merged commit 647af57 into master Jan 12, 2024
7 checks passed
@riknoll riknoll deleted the dev/riknoll/pouch-delete-docrev branch January 12, 2024 00:25
riknoll added a commit that referenced this pull request Jan 22, 2024
…#9824)

* Stop using PouchDB (#9810)

* migrate pouchDB without a dependency on pouchDB

* obliterate PouchDb

* copy extra info to current db

* fix copyToLegacyEditor

* don't delete projects from pouchdb

* Don't give a ridiculously high pouchdb version (#9819)

* fix pouch db migration edge cases (#9820)

* delete the _doc_id_rev when migrating entries (#9822)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants