Open phifogg opened 1 day ago
Hi @phifogg - we've tried to recreate the described issue and have been unsuccessful, would it be possible for you to provide a SQL schema for a table which experiences these issues? You can find information on how to do this through Budibase at: https://docs.budibase.com/docs/troubleshooting-sql
Here you go.
Checklist
Hosting
Describe the bug I have created a data source pointing to my own mariaDB server. On that database I have created a bunch of tables. The relevant ones are:
So availability as a many to many relationship to coaches as well as to events. My idea is that I create a form with a list of events (done), when clicking on one of the events a side panel should show listing available coaches (done). When I now modify the events list to assign a coach to one event, it deletes all availablities for the selected event from the availability list. Actually... it is not completely deleting them, but emptying out the reference key from availability to event.
To Reproduce Steps to reproduce the behavior:
If you now check on the data table, the date column is cleared again.
Expected behavior The column event in the relationship table should not be cleared.