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

How are children of deleted items handled? #1843

Open
powderham opened this issue Oct 5, 2024 · 0 comments
Open

How are children of deleted items handled? #1843

powderham opened this issue Oct 5, 2024 · 0 comments

Comments

@powderham
Copy link
Contributor

In this issue - apologies for opening 2 - I discuss that I have an object Word on my remote server. Each user then has their own object Progress on their local db.

Words don't belong to any user, Progress has a 1:1 mapping with Word and User.

If I were to mart a Word as deleted, what would happen with that progress item?

I query via Progress, but I worry about a Word not being visible in the DB. I'd actually want to cascade on delete of Word on to Progress.

I can't see how relations are handled on delete from a remote server, either automatically or where I can implement this myself.

I'm happy to add some information to the docs if you can point me in the right direction

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

No branches or pull requests

1 participant