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.
2 parents 633235e + c8e4a9e commit 1236967Copy full SHA for 1236967
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