Skip to content

Commit

Permalink
adding index for status field
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <chengxuan.xing@kaleido.io>
  • Loading branch information
Chengxuan committed Mar 27, 2024
1 parent de914c0 commit f9484d7
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 f9484d7

Please sign in to comment.