Add foreign-key references to PersonName to other tables … #53

Open
opened 2023-07-22 19:43:24 +02:00 by anselm · 2 comments
anselm commented 2023-07-22 19:43:24 +02:00 (Migrated from gitlab.anselms.net)

… that currently have foreign-key references to `Person`.

This is something of a tricky operation. We don't want to modify the existing foreign key to Person outright but instead add a new foreign key that references PersonName, and initialise this properly from the other foreign key. Once that is done, we can remove the foreign key to Person in another migration.

… that currently have foreign-key references to \`Person\`. This is something of a tricky operation. We don't want to modify the existing foreign key to `Person` outright but instead add a new foreign key that references `PersonName`, and initialise this properly from the other foreign key. Once that is done, we can remove the foreign key to `Person` in another migration.
anselm commented 2023-07-22 19:43:24 +02:00 (Migrated from gitlab.anselms.net)

added #1 as parent issue

added #1 as parent issue
anselm commented 2023-07-22 19:48:10 +02:00 (Migrated from gitlab.anselms.net)

changed the description

changed the description
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Strathspey/ace4#53
No description provided.