chore(db): fix the migrations so they can be applied@@ -7,7 +7,7 @@
*/
-- DropIndex
-DROP INDEX "Repository_slug_key";
+--DROP INDEX "Repository_slug_key";
-- CreateIndex
CREATE UNIQUE INDEX "PullRequest_uid_targetRepositoryId_key" ON "PullRequest"("uid", "targetRepositoryId");