Highlight und neue ID
This commit is contained in:
@@ -93,6 +93,7 @@ await prisma.benutzer.create({
|
||||
vorname: "Admin",
|
||||
adresse: "Adminstraße 1",
|
||||
plz: "12345",
|
||||
id: "USADMIN1"
|
||||
},
|
||||
});
|
||||
|
||||
@@ -106,6 +107,7 @@ await prisma.benutzer.create({
|
||||
vorname: "User",
|
||||
adresse: "Userstraße 1",
|
||||
plz: "12345",
|
||||
id: "USUSER01"
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user