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

Have database auto assign valueid #722

Open
ptomasula opened this issue May 8, 2024 · 0 comments
Open

Have database auto assign valueid #722

ptomasula opened this issue May 8, 2024 · 0 comments
Assignees

Comments

@ptomasula
Copy link
Member

Related to PR #674

The production code is presently calling a postgres sequence to assign valueid as part of the insert query against timeseriesresultvalue. PR #674 eliminates that call (assuming the database will provide a default for that value); However, the database was not configured to automatically assign this id if not provided.

I have made the adjustments on the testing and staging databases. This issue is to remind us that we also need make this change to the production database prior to release.

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

No branches or pull requests

1 participant