Verificator Generated Location of Keys/Indexes and Relationships Check Error

Found the error. There was a relationship with no foreign keys and no relationship key items.

ALTER TABLE EmployeeDim ADD CONSTRAINT Relationship201 FOREIGN KEY () REFERENCES LocDim () DEFERRABLE RELY
;