Skip to content
Snippets Groups Projects
Commit 9f491d07 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

ungültige CONTACT_ID in salesproject-testdaten

parent 72655c8e
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.result");
result.string("SALESPROJECT join ORGANISATION on CONTACT_ID = ORGANISATIONID ");
\ No newline at end of file
result.string("SALESPROJECT left join ORGANISATION on CONTACT_ID = ORGANISATIONID ");
\ No newline at end of file
......@@ -3,9 +3,9 @@
<changeSet author="j.hoermanns" id="76912d9-ced7-4626-a031-d7138dfc948e">
<insert tableName="SALESPROJECT">
<column name="SALESPROJECTID" value="eaf8096b-2a1a-4336-932e-716e6c054b80"/>
<column name="PROJECTCODE" valueNumeric="2000"/>
<column name="PROJECTCODE" valueNumeric="1001"/>
<column name="PROJECTTITLE" value="Jkl"/>
<column name="CONTACT_ID" value="d321e2b4-f97e-4754-ba16-ab4853512c3c"/>
<column name="CONTACT_ID" value="b219b58a-f120-42d8-9a64-0b176501eac7"/>
<column name="INFO" value="evtl. noch mit Berater Huber sprechen, ob ihm bekannt"/>
<column name="STATE" valueNumeric="1"/>
<column name="PHASE" valueNumeric="4"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment