Skip to content

Commit

Permalink
typing adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrCleber committed Feb 1, 2024
1 parent cbbe968 commit f4ffd48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions prisma/migrations/20240130171642_add_tb_value/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 "DeviceMessage" ADD VALUE 'unknown';
ALTER TYPE "DeviceMessage" ADD VALUE 'desktop';

0 comments on commit f4ffd48

Please sign in to comment.