Skip to content

Commit

Permalink
Split up migrations even more!
Browse files Browse the repository at this point in the history
  • Loading branch information
realmayus committed Dec 7, 2023
1 parent a81b67e commit 2a3623a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
8 changes: 0 additions & 8 deletions prisma/migrations/20231207155807_add_austria/migration.sql

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "pupil_state_enum" ADD VALUE 'at';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "pupil_state_enum" ADD VALUE 'ch';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "school_state_enum" ADD VALUE 'at';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "school_state_enum" ADD VALUE 'ch';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "student_state_enum" ADD VALUE 'at';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterEnum
ALTER TYPE "student_state_enum" ADD VALUE 'ch';

0 comments on commit 2a3623a

Please sign in to comment.