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 was archived by the owner on Oct 1, 2021. It is now read-only.
* @param {Object} repoOptions - Options that are passed to migrations, that can use them to correctly construct datastore. Options are same like for IPFSRepo.
142
142
* @param {int} toVersion - Version to which the repo will be reverted.
143
143
* @param {Object?} options - Options for the reversion
144
-
* @param {function?} options.onProgress - Callback which will be called after each reverted migration to report progress
144
+
* @param {?Function} options.onProgress - Callback which will be called after each reverted migration to report progress
145
145
* @param {boolean?} options.isDryRun - Allows to simulate the execution of the reversion without any effects. Make sense to utilize onProgress with this argument.
146
146
* @param {boolean?} options.ignoreLock - Won't lock the repo for reverting the migrations. Use with caution.
147
-
* @param {array?} options.migrations - Array of migrations to migrate. If undefined, the bundled migrations are used. Mainly for testing purpose.
147
+
* @param {?Array} options.migrations - Array of migrations to migrate. If undefined, the bundled migrations are used. Mainly for testing purpose.
0 commit comments