You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the PouchDB design document with the validate_doc_update function is created during npm run migrate with an HTTP call. It would be more robust to also check that the design document exists and is up-to-date on startup, and since it is a normal document to create it with the PouchDB methods instead of HTTP. See pouchdb-design.
The text was updated successfully, but these errors were encountered:
Currently the PouchDB design document with the
validate_doc_update
function is created duringnpm run migrate
with an HTTP call. It would be more robust to also check that the design document exists and is up-to-date on startup, and since it is a normal document to create it with the PouchDB methods instead of HTTP. See pouchdb-design.The text was updated successfully, but these errors were encountered: