Skip to content

Conversation

@nirmit-damania-dyno
Copy link
Collaborator

@nirmit-damania-dyno nirmit-damania-dyno commented Jan 4, 2026

This PR separates out setting entity_link when creating an Entity Schema to happen in separate UpdateEntitySchemaField operations. This solves the issue of potential circular dependencies when creating multiple entity schemas.

If two schemas are attempted to be created in the same migration with entity_links that depend on each other, this would fail. Now, this migration works successfully since the two entity schemas are created without the entity_links, then they are set.

@nirmit-damania-dyno nirmit-damania-dyno added type:minor-enhancement New minor feature or request semver:patch A backwards compatible bug fix (patch version bump) labels Jan 4, 2026
@nirmit-damania-dyno nirmit-damania-dyno merged commit 15eb531 into main Jan 4, 2026
4 checks passed
@nirmit-damania-dyno nirmit-damania-dyno deleted the schema-compare-separate-entity-link-from-create-schema branch January 4, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver:patch A backwards compatible bug fix (patch version bump) type:minor-enhancement New minor feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants