You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: