Skip to content

Commit

Permalink
feat: fixing bad migration sql (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shvadron authored Nov 14, 2024
1 parent df71002 commit 7dced1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DROP INDEX "TransactionRecord_transactionDirection_idx" ON "TransactionRecord"("transactionDirection");
DROP INDEX "TransactionRecord_transactionDirection_idx";

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

0 comments on commit 7dced1e

Please sign in to comment.