Add foreign-key references to PersonName to other tables … #53
Labels
No labels
ACE3
ASAP
Admin
Some Time
Soon(ish)
accepted
bug
collections
dance-lists
discussion
duplicate
easy
enhancement
fixed
ignored
schema-change
wont-fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Strathspey/ace4#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
… 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
Personoutright but instead add a new foreign key that referencesPersonName, and initialise this properly from the other foreign key. Once that is done, we can remove the foreign key toPersonin another migration.added #1 as parent issue
changed the description