Skip to content

Conversation

@gfrn
Copy link
Contributor

@gfrn gfrn commented May 1, 2025

No description provided.

@gfrn gfrn requested a review from KarlLevik May 1, 2025 13:07
@gfrn gfrn self-assigned this May 1, 2025
Copy link
Member

@KarlLevik KarlLevik left a comment

Choose a reason for hiding this comment

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

The script looks good, the only issue is that we probably should not delete the old script but rather create a new script to undo the changes it made.

Something like:

ALTER TABLE Position
    DROP CONSTRAINT IF EXISTS Position_fk_blSampleId,
    DROP IF EXISTS positionType,
    DROP IF EXISTS blSampleId;

@KarlLevik KarlLevik merged commit 607a5c4 into main May 1, 2025
3 checks passed
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.

3 participants