Skip to content

Commit

Permalink
Correct index creation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Block <andy.block@gmail.com>
  • Loading branch information
sabre1041 committed Sep 22, 2023
1 parent a05fc3d commit 994a4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/storage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CREATE TABLE IF NOT EXISTS SequencedLeafData(
);


CREATE INDEX SequencedLeafMerkleIdx
CREATE INDEX IF NOT EXISTS SequencedLeafMerkleIdx
ON SequencedLeafData(TreeId, MerkleLeafHash);

CREATE TABLE IF NOT EXISTS Unsequenced(
Expand Down

0 comments on commit 994a4fa

Please sign in to comment.