Skip to content

Commit

Permalink
Merge pull request #112 from kaleido-io/adding_status_index
Browse files Browse the repository at this point in the history
adding index for status field
  • Loading branch information
peterbroadhurst authored Mar 27, 2024
2 parents de914c0 + f9484d7 commit 15ae850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX IF EXISTS transactions_status;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX transactions_status ON transactions(status);

0 comments on commit 15ae850

Please sign in to comment.