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

Made 'properties' column nullable. #194

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

mgcam
Copy link
Member

@mgcam mgcam commented Feb 2, 2024

The properties column of the LangQC sub_product database table is made nullable. The correctness of data in this column is no longer guaranteed, the column will be dropped in future.

The properties column of the LangQC sub_product database table
is made nullable. The correctness of data in this column is no
longer guaranteed, the column will be dropped in future.
@mgcam mgcam requested a review from nerdstrike February 2, 2024 15:32
Copy link
Collaborator

@nerdstrike nerdstrike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine

op.execute(sql)


def downgrade() -> None:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't expect this would work any time in the future, but at least there's symmetry


[tool.poetry.dev-dependencies]
npg_id_generation = { git = "https://github.com/wtsi-npg/npg_id_generation.git", tag="4.0.1" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... is this not a production dependency?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surprisingly, it is not.

@nerdstrike nerdstrike merged commit ec1c362 into wtsi-npg:devel Feb 12, 2024
4 checks passed
@mgcam mgcam deleted the stop_saving_json branch June 7, 2024 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.

2 participants