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
It struck me that the data for the aircraft and crew tables is no longer accessed in its original ^Aircraft.***D global, but now part of the sub-node storage for the main ^Aircraft.EventD global. However, the original globals are still there.
This wasn't the case in the original C/E example, which had one-to-many relationships, which may be a better fit.
The text was updated successfully, but these errors were encountered:
It struck me that the data for the aircraft and crew tables is no longer accessed in its original ^Aircraft.***D global, but now part of the sub-node storage for the main ^Aircraft.EventD global. However, the original globals are still there.
This wasn't the case in the original C/E example, which had one-to-many relationships, which may be a better fit.
The text was updated successfully, but these errors were encountered: