xataio / pgroll

PostgreSQL zero-downtime migrations made easy
https://www.xata.io
Apache License 2.0
2.99k stars 54 forks source link

Preserve foreign key ON DELETE attributes when FK columns are duplicated #314

Closed andrew-farries closed 6 months ago

andrew-farries commented 6 months ago

Ensure that a foreign key's ON DELETE attribute is preserved when a foreign key column is duplicated by a migration.

Fixes #313