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