Adam
07/12/2021, 8:32 PMCREATE TYPE "public"."TestType" AS ENUM ('FOO', 'BAR', 'BAZ');
We manually altered these files to take out the schema so our automated tests could run correctly
CREATE TYPE "TestType" AS ENUM ('FOO', 'BAR', 'BAZ');
But altering the migration manually results in a warning in prisma and probably isn't the best thing to do for our production systems I would think?tom
07/14/2021, 6:15 AMAdam
07/14/2021, 1:32 PM