We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In mongoose, we should add createdAt and updatedAt paths to the users collection.
createdAt
updatedAt
users
See http://mongoosejs.com/docs/guide.html#timestamps
We must also handle migrating the existing documents by defaulting createdAt and updatedAt to the day we launched snakesnake.club. See #1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In mongoose, we should add
createdAt
andupdatedAt
paths to theusers
collection.See http://mongoosejs.com/docs/guide.html#timestamps
We must also handle migrating the existing documents by defaulting
createdAt
andupdatedAt
to the day we launched snakesnake.club. See #1.The text was updated successfully, but these errors were encountered: