-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fix existing index issue (#2838)
- Loading branch information
1 parent
6520e70
commit df71002
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
Submodule data-migrations
updated
from 797d43 to 01ce7f
2 changes: 2 additions & 0 deletions
2
...-service/prisma/migrations/20241114130413_added_transaction_direction_index/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); |