Skip to content

Commit

Permalink
feat: fix existing index issue (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shvadron authored Nov 14, 2024
1 parent 6520e70 commit df71002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/workflows-service/prisma/data-migrations
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
DROP INDEX "TransactionRecord_transactionDirection_idx" ON "TransactionRecord"("transactionDirection");

-- CreateIndex
CREATE INDEX "TransactionRecord_transactionDirection_idx" ON "TransactionRecord"("transactionDirection");

0 comments on commit df71002

Please sign in to comment.