From 3da5ad80fd6a6bbcedb4d628732eda8fc2eebfd2 Mon Sep 17 00:00:00 2001 From: steebchen Date: Fri, 23 Feb 2024 22:33:22 +0700 Subject: [PATCH] feat(tpl): rename Transaction to PrismaTransaction --- generator/templates/_header.gotpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/templates/_header.gotpl b/generator/templates/_header.gotpl index c821cc30..fc69e466 100644 --- a/generator/templates/_header.gotpl +++ b/generator/templates/_header.gotpl @@ -30,7 +30,7 @@ var _ = os.DevNull // re-declare variables which are needed in Prisma Client Go but also should be exported // in the generated client -type Transaction = transaction.Transaction +type PrismaTransaction = transaction.Transaction const RFC3339Milli = types.RFC3339Milli