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 c8e4a9eCopy full SHA for c8e4a9e
README.md
@@ -78,7 +78,7 @@ module.exports = {
78
changelogCollectionName: "changelog",
79
80
// The file extension to create migrations and search for in migration dir
81
- migrationFileExtension: ".js"
+ migrationFileExtension: ".js",
82
83
// Enable the algorithm to create a checksum of the file contents and use that in the comparison to determin
84
// if the file should be run. Requires that scripts are coded to be run multiple times.
0 commit comments