From a0c71c0d4aac09771a80af9ddfdd424ba8eb22e0 Mon Sep 17 00:00:00 2001
From: Patrick Keist
Date: Tue, 6 Aug 2019 17:04:15 +0200
Subject: [PATCH] Changed DML for better Demodata
---
MySQL/Skript_DML.sql | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/MySQL/Skript_DML.sql b/MySQL/Skript_DML.sql
index 673d3d9..2038434 100644
--- a/MySQL/Skript_DML.sql
+++ b/MySQL/Skript_DML.sql
@@ -34,10 +34,10 @@ VALUES
INSERT INTO customer(firstname, lastname, addressnumber, kundenkonto_fk, tel, eMail, url)
VALUES
-('Nina','Schmid', 2, 3, '079 666 20 14', 'nina.schmid@test.ch','www.nina.ch'),
-('Bilbo','Beutlin', 1, 1, 'Dose mit Schnur', 'bilbo@auenland.xx','https://de.wikipedia.org/wiki/Auenland'),
-('Max','Muster', 3, 2, '078 878 90 43', 'test@test.ch', null),
-('Patrick','Keist', 4, 4, '077 777 77 77', 'p.keist@hotmail.com','https://www.keist.com');
+('Nina','Schmid', 'CU00001', 3, '079 666 20 14', 'nina.schmid@test.ch','www.nina.ch'),
+('Bilbo','Beutlin', 'CU00002', 1, 'Dose mit Schnur', 'bilbo@auenland.xx','https://de.wikipedia.org/wiki/Auenland'),
+('Max','Muster', 'CU00003', 2, '078 878 90 43', 'test@test.ch', null),
+('Patrick','Keist', 'CU00004', 4, '077 777 77 77', 'p.keist@hotmail.com','https://www.keist.com');
INSERT INTO contact( person_fk, priority)
VALUES