fix: use client ID for UAT client seed upsert #181
@@ -417,7 +417,7 @@ async function seedUatClients(db: ReturnType<typeof drizzle>) {
|
|||||||
address: null,
|
address: null,
|
||||||
})
|
})
|
||||||
.onConflictDoUpdate({
|
.onConflictDoUpdate({
|
||||||
target: schema.clients.email,
|
target: schema.clients.id,
|
||||||
set: { name: uat.name },
|
set: { name: uat.name },
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user