We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323e9f4 commit 373f2cfCopy full SHA for 373f2cf
samples/migrate-mongo-config.js
@@ -25,7 +25,7 @@ const config = {
25
// The file extension to create migrations and search for in migration dir
26
migrationFileExtension: ".js",
27
28
- // Enable the algorithm to create a checksum of the file contents and use that in the comparison to determin
+ // Enable the algorithm to create a checksum of the file contents and use that in the comparison to determine
29
// if the file should be run. Requires that scripts are coded to be run multiple times.
30
useFileHash: false
31
};
0 commit comments