Feature/upgrade prisma to version 6 schema migration (#4087)
* Upgrade prisma to version 6 schema migrationpull/4089/head
parent
3194ed2145
commit
ea24a618b0
@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "_OrderToTag" ADD CONSTRAINT "_OrderToTag_AB_pkey" PRIMARY KEY ("A", "B");
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "_OrderToTag_AB_unique";
|
Loading…
Reference in new issue