Feature/upgrade prisma to version 6 schema migration (#4087)

* Upgrade prisma to version 6 schema migration
pull/4089/head
Thomas Kaul 3 weeks ago committed by GitHub
parent 3194ed2145
commit ea24a618b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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