seppevs / migrate-mongo

A database migration tool for MongoDB in Node
MIT License
926 stars 163 forks source link

feat (create): add optional timestamp formatting #431

Open hidde-vb opened 1 year ago

hidde-vb commented 1 year ago

Added some optional timestamp formatting options.

Reasoning behind this PR is to integrate this package in a project with other formatting in it's older migrations folder. I did not add the key in the default config file since it's not an important feature.

Thanks Seb for creating and maintaining this package! Groet, Hidde

Checklist