Skip to content

1061658 fix visit plan entry contact id org id confusion

nochmal ne mr weil das Liquibase script mit "renameColumn" nicht richtig gefunzt hat (ist bob gestern aufgefallen, er hats derweil auskommentiert) und wenn ich die condition .where("VISITPLANENTRY.ORGANISATION_CONTACT_ID = VISITRECOMMENDATION.CONTACT_ID") statt .where("VISITPLANENTRY.ORGANISATION_CONTACT_ID", "VISITRECOMMENDATION.CONTACT_ID") schreib bekomm ich

Ursprüngliche Java-Exception die den Fehler auslöste. Column 'VISITRECOMMENDATION.CONTACT_ID' is either not in any table in the FROM list or appears within a join specification and is outside the scope of the join specification or appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE statement then 'VISITRECOMMENDATION.CONTACT_ID' is not a column in the target table.

Jetzt sollt aber alles passen

Merge request reports