Browse Source

Upgrade prisma to version 6 schema migration

pull/4087/head
Thomas Kaul 9 months ago
parent
commit
fee8923e82
  1. 5
      prisma/migrations/20241130164334_upgraded_to_prisma_6/migration.sql

5
prisma/migrations/20241130164334_upgraded_to_prisma_6/migration.sql

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "_OrderToTag" ADD CONSTRAINT "_OrderToTag_AB_pkey" PRIMARY KEY ("A", "B");
-- DropIndex
DROP INDEX "_OrderToTag_AB_unique";
Loading…
Cancel
Save