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

Commits on Aug 8, 2023

  1. Multiple changes:

    * 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 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    19602ea View commit details
    Browse the repository at this point in the history
  2. Bumping pontos-data-ingestor version. This one gracefully handles dup…

    …licate conflicts according to the newest db schema version.
    freol35241 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8767bd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    ae5dc8c View commit details
    Browse the repository at this point in the history