when an `Execution` is deleted, the linked `Conversation` and its `Message` are not automatically deleted. Need manuall clean up. ``` await prismaClient.execution.delete({ where: { id: chatId } }) ```