Skip to content

Conversation

chgl
Copy link
Contributor

@chgl chgl commented Oct 12, 2022

Closes #2131

Two questions:

  1. should the migration be versioned as v2.12.1 or v2.13.0?

  2. out-of-scope, but while building the container image I noticed the openjdk:8-jre-slim base image is deprecated: https://hub.docker.com/_/openjdk

    This image is officially deprecated and all users are recommended to find and use suitable replacements ASAP.

    I switched to eclipse-temurin:8-jre and it seems to run fine. Since this PR is just one line so far, should I update the image as well while I'm at it?

@chrisknoll
Copy link
Collaborator

We'd like to focus PRs on one specific problem at a time. Since we're trying to resolve #2131, let's limit our scope to that.

There is cases where we have PRs solving multiple issues, but usually there's a common theme (like documentation, typos, etc). In this case, it's a caching setting one one hand and a docker setting on the other. Let's stick with the former, and open an issue about the docker.

@chrisknoll
Copy link
Collaborator

The migration version of 2.12.1 is fine.

@chgl
Copy link
Contributor Author

chgl commented Oct 12, 2022

Sure, I'll keep the PR as-is then. Thanks for the feedback!

@chrisknoll chrisknoll merged commit 10f24a7 into OHDSI:master Apr 17, 2023
@chgl chgl deleted the 2131-set-default-for-is-cache-enabled branch April 17, 2023 14:38
pieterlukasse pushed a commit to pieterlukasse/WebAPI that referenced this pull request Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Null value in column "is_cache_enabled" of relation "source" violates not-null constraint due to missing default value
2 participants