Skip to content
New issue

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

add created_at and updated_at to the cosmos users collection #88

Merged
merged 4 commits into from
Sep 15, 2024

Conversation

john0isaac
Copy link
Contributor

@john0isaac john0isaac commented Sep 15, 2024

Purpose

This PR adds two new fields to the users collection the created_at field UTC time that gets created when a user starts a new conversation, and the updated_at time UTC time for the last update that happened to the conversation.

closes #38

Does this introduce a breaking change?

- [ ] Yes
- [x] No

Pull Request Type

What kind of change does this Pull Request introduce?

- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Documentation content changes
- [ ] Other... Please describe:

This PR adds two new fields to the users collection the created_at field UTC time that gets created when a user starts a new coneversation, and the updated_at time UTC time for the last update that happened to the conversation
@john0isaac john0isaac added the enhancement New feature or request label Sep 15, 2024
@john0isaac john0isaac self-assigned this Sep 15, 2024
@john0isaac john0isaac merged commit ad7955e into main Sep 15, 2024
6 checks passed
@john0isaac john0isaac deleted the add-timestamp branch September 15, 2024 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add UTC timestamp to saved documents in CosmosDB
1 participant