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 new datum types to timeseries schema table #4349

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

bnaecker
Copy link
Collaborator

  • Fixes oximeter is missing datum_types in its schema table #4336
  • Adds regression test making sure a query selecting all datum types from the schema table succeeds, even if it returns zero results. This uses an iterator over the datum type enum, so it should catch future changes to the type.
  • Adds new datum types to schema table
  • Bumps oximeter database version number

- Fixes #4336
- Adds regression test making sure a query selecting all datum types
  from the schema table succeeds, even if it returns zero results. This
  uses an iterator over the datum type enum, so it should catch future
  changes to the type.
- Adds new datum types to schema table
- Bumps oximeter database version number
@bnaecker
Copy link
Collaborator Author

Note that this will wipe the existing database. This should take effect as part of the one (planned) wipe at customer sites, but not need another one.

@bnaecker bnaecker enabled auto-merge (squash) October 25, 2023 16:26
@bnaecker bnaecker merged commit 6f4923e into main Oct 25, 2023
19 of 20 checks passed
@bnaecker bnaecker deleted the add-missing-timeseries-datum-types branch October 25, 2023 17:11
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.

oximeter is missing datum_types in its schema table
2 participants