Skip to content

Commit 1236967

Browse files
committed
Merge remote-tracking branch 'grigoreme/patch-1' into develop
2 parents 633235e + c8e4a9e commit 1236967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = {
7878
changelogCollectionName: "changelog",
7979

8080
// The file extension to create migrations and search for in migration dir
81-
migrationFileExtension: ".js"
81+
migrationFileExtension: ".js",
8282

8383
// Enable the algorithm to create a checksum of the file contents and use that in the comparison to determin
8484
// if the file should be run. Requires that scripts are coded to be run multiple times.

0 commit comments

Comments
 (0)