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
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
An app can specify a migration_path to migrate the app_settings between versions which is a URL to an endpoint which takes the current settings and returns the migrated settings.
Currently the migration uses the migration_pathin the old ddoc rather than the possibly updated one in the new ddoc. This means if the migration_path...
... is added between the old and new versions it won't be executed
... is modified between the old and new versions the wrong endpoint will be run
An app can specify a
migration_path
to migrate the app_settings between versions which is a URL to an endpoint which takes the current settings and returns the migrated settings.Currently the migration uses the
migration_path
in the old ddoc rather than the possibly updated one in the new ddoc. This means if themigration_path
...Modify the migration code to use the new ddoc configuration rather than the old one.
The text was updated successfully, but these errors were encountered: