-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Orphan all children before removing old frame version on schema versi…
…on upgrade While attempting to (re)connect the children of a frame to the newly upgraded version, we try to find the `OutputSocket` `AttributeValue`s from the old version, but this has already been removed. Rather than creating specialized (re)connect logic for the schema version upgrade scenario, we can have the existing logic treat it as a brand new parent/child relationship by orphaning the children before we remove the old version of the parent frame.
- Loading branch information
Showing
2 changed files
with
214 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters