M2M definition in target instance showing sys_user field highlighted in red indicating missing field

M2M definition after GitHub deployment to the target instance. The sys_user field is highlighted in red, indicating it doesn’t exist in the table despite appearing in the M2M definition interface. This is the manifestation of the bug – the M2M relationship appears to be configured correctly, but the underlying dictionary entry for sys_user was skipped during import. Any code referencing this field will fail silently.