Skip to content

Commit 15ae850

Browse files
Merge pull request #112 from kaleido-io/adding_status_index
adding index for status field
2 parents de914c0 + f9484d7 commit 15ae850

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP INDEX IF EXISTS transactions_status;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX transactions_status ON transactions(status);

0 commit comments

Comments
 (0)