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

Preserve column properties on add FOREIGN KEY constraint operation #238

Merged
merged 15 commits into from
Jan 16, 2024

Conversation

andrew-farries
Copy link
Collaborator

Preserve properties of columns when duplicating them for backfilling to add a FOREIGN KEY constraint. Currently, the column properties that are preserved are:

  • DEFAULTs
  • foreign key constraints

but this list will grow as more work is done on #227.

Base automatically changed from preserve-properties-on-add-unique-constraint to main January 16, 2024 12:12
@andrew-farries andrew-farries merged commit 4928cf1 into main Jan 16, 2024
24 checks passed
@andrew-farries andrew-farries deleted the preserve-properties-on-add-fk-constraint branch January 16, 2024 12:12
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.

None yet

2 participants