v0.1.1 — Garden: edit and delete plants
This commit is contained in:
BIN
prisma/.DS_Store
vendored
Normal file
BIN
prisma/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
prisma/migrations/.DS_Store
vendored
Normal file
BIN
prisma/migrations/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -11,7 +11,7 @@ async function main() {
|
||||
|
||||
await db.user.upsert({
|
||||
where: { username: "bonna" },
|
||||
update: {},
|
||||
update: { passwordHash: password },
|
||||
create: {
|
||||
id: "cluser0000000bonna",
|
||||
email: "bonna@moonbase.local",
|
||||
@@ -25,7 +25,7 @@ async function main() {
|
||||
|
||||
await db.user.upsert({
|
||||
where: { username: "tony" },
|
||||
update: {},
|
||||
update: { passwordHash: password },
|
||||
create: {
|
||||
id: "cluser0000000tony0",
|
||||
email: "tony@moonbase.local",
|
||||
|
||||
Reference in New Issue
Block a user