drudge / mongoose-timestamp

Adds createdAt and updatedAt date attributes that get auto-assigned to the most recent create/update timestamp
Other
308 stars 64 forks source link

Added support for using existing timestamp fields in the schema #37

Closed linusbrolin closed 7 years ago

linusbrolin commented 8 years ago

This will solve issue https://github.com/drudge/mongoose-timestamp/issues/31

drudge commented 8 years ago

Hey, thanks for the contribution @linusbrolin! Would you mind adding some minimal tests for this?

linusbrolin commented 8 years ago

@drudge Sure, I'll see if I can find some time for it soonish