Skip to content

Commit

Permalink
remove useless index
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry authored and Terry committed Jun 19, 2023
1 parent 69e930b commit 9b0e5b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schemas/v1/28_fevm_table_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ func init() {
`
-- fevm_block_headers
CREATE INDEX IF NOT EXISTS fevm_block_headers_height_idx ON {{ .SchemaName | default "public"}}.fevm_block_headers USING BTREE (height);
CREATE INDEX IF NOT EXISTS fevm_block_headers_hash_idx ON {{ .SchemaName | default "public"}}.fevm_block_headers USING HASH (hash);
-- fevm_receipts
CREATE INDEX IF NOT EXISTS fevm_receipts_height_idx ON {{ .SchemaName | default "public"}}.fevm_receipts USING BTREE (height);
Expand Down

0 comments on commit 9b0e5b8

Please sign in to comment.