Files
drop/prisma/migrations/20241223100418_update_to_prisma_6/migration.sql

12 lines
333 B
SQL

-- AlterTable
ALTER TABLE "_DeveloperToGame" ADD CONSTRAINT "_DeveloperToGame_AB_pkey" PRIMARY KEY ("A", "B");
-- DropIndex
DROP INDEX "_DeveloperToGame_AB_unique";
-- AlterTable
ALTER TABLE "_GameToPublisher" ADD CONSTRAINT "_GameToPublisher_AB_pkey" PRIMARY KEY ("A", "B");
-- DropIndex
DROP INDEX "_GameToPublisher_AB_unique";