Closed louking closed 1 year ago
I think the problem is that the RacingTeamInfo (rt_info) table points at the RacingTeamMember (rt_member) table, and that the system lets the user delete entries from the rt_member table. If a row from rt_member is deleted, this would null out the member_id in any rt_info records which had pointed to that row.
My solution will be to do the following.
Need to figure out what might null out member_id in rt_info table. rt_info.csv file has current records will null member_id.
rt_info.csv