Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Sep 24, 2024
1 parent 862566f commit 150c0b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/web/prisma/migrations/20240924213646_fix/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- AlterEnum
-- This migration adds more than one value to an enum.
-- With PostgreSQL versions 11 and earlier, this is not possible
-- in a single migration. This can be worked around by creating
-- multiple migrations, each migration adding only one value to
-- the enum.


ALTER TYPE "NodeType" ADD VALUE 'GAMEPAD';
ALTER TYPE "NodeType" ADD VALUE 'SHADER';

0 comments on commit 150c0b7

Please sign in to comment.