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

Log which db stores are created and deleted #57

Closed
wants to merge 3 commits into from
Closed

Log which db stores are created and deleted #57

wants to merge 3 commits into from

Conversation

mlaw-
Copy link

@mlaw- mlaw- commented Jan 12, 2024

Adding these logging lines to make it easier to tell what stores were deleted or created during a db upgrade

eliranek1
eliranek1 previously approved these changes Jan 12, 2024
@mlaw-
Copy link
Author

mlaw- commented Jan 12, 2024

@microsoft-github-policy-service agree

@mlaw- mlaw- requested a review from eliranek1 January 12, 2024 22:12
dbName,
deletedStores,
oldVersion: event.oldVersion,
newVersion: event.newVersion ?? undefined,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the use of doing ?? undefined? Doesn't this just return undefined?

@mlaw-
Copy link
Author

mlaw- commented Jan 13, 2024 via email

@mlaw- mlaw- closed this by deleting the head repository Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants