Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -50,6 +50,9 @@ export async function resetWebsite(
|
||||
const { client, transaction } = prisma;
|
||||
|
||||
return transaction([
|
||||
client.eventData.deleteMany({
|
||||
where: { websiteId },
|
||||
}),
|
||||
client.websiteEvent.deleteMany({
|
||||
where: { websiteId },
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user