I’ve been working hard to ensure that when I delete data from the DB, I’m also removing the data from related items. For example, when a booking is created, the booking’s uniqueID gets added to a user, as well as the booking’s date range.
If I delete the booking, that data will remain in the user even though the booking has been deleted, leading to phantom data.
I figured bubble would have some kind of feature that would automatically remove data from linked DB structures but apparently not? By that I mean, if I delete the booking, it would remove that data from the linked fields in the user…
Hopefully it exists and I just can’t find it? I searched through the docs as well…This seems like a big oversight if it doesn’t have this feature.