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

Schema versioning and unique constraint #41

Merged
merged 3 commits into from
Aug 9, 2023

Conversation

freol35241
Copy link
Contributor

  • Introduction of Versioning for dealing with schema versioning
  • Rearranging of initdb scripts, now also making proper use of the always-initdb.d folder
  • Introducing a UNIQUE constraint on the vessel_data.master table to ensure we dont accept duplicates into the database

* Introduction of Versioning for dealing with schema versioning
* Rearranging of initdb scripts, now also making proper use of the always-initdb.d folder
* Introducing a UNIQUE constraint on the vessel_data.master table to ensure we dont accept duplicates into the database
@freol35241 freol35241 marked this pull request as ready for review August 9, 2023 07:38
@freol35241 freol35241 merged commit 01562af into main Aug 9, 2023
2 checks passed
@freol35241 freol35241 deleted the feat/schema-versioning-and-unique-constraint branch August 9, 2023 07:38
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.

DB: Enforce unique rows with regards to (timestamp, vessel_id, parameter_id)
1 participant