Guy Dunton

Results 1 issues of Guy Dunton

I've found an issue with generation when an enum contains the value `UK`. e.g. ```prisma enum DeploymentRegions { EU UK } ``` I get an error which looks like: ```...