Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused navigation properties #850

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

donaldgray
Copy link
Member

Primarily removed to avoid serialisation issue but they are reduntant. We likely want a more robust converter than this but it solves the immediate issue.

It's unlikely that we'd want to load a DeliveryChannelPolicy and from there see all ImageDeliveryChannels associated with it (could lead to a huge object graph). Similarly it's unlikely that we'd want to start with ImageDeliveryChannel and get associated Asset - all queries would start with Asset.

Verified that no migrations is required after making change to context.

Primarily removed to avoid serialisation issue but they are reduntant.
@donaldgray donaldgray merged commit 343910b into main May 15, 2024
9 checks passed
@donaldgray donaldgray deleted the fix/asset_serialisation branch May 15, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants