Skip to content

Commit 9b0e5b8

Browse files
TerryTerry
Terry
authored and
Terry
committed
remove useless index
1 parent 69e930b commit 9b0e5b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schemas/v1/28_fevm_table_index.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ func init() {
66
`
77
-- fevm_block_headers
88
CREATE INDEX IF NOT EXISTS fevm_block_headers_height_idx ON {{ .SchemaName | default "public"}}.fevm_block_headers USING BTREE (height);
9-
CREATE INDEX IF NOT EXISTS fevm_block_headers_hash_idx ON {{ .SchemaName | default "public"}}.fevm_block_headers USING HASH (hash);
109
1110
-- fevm_receipts
1211
CREATE INDEX IF NOT EXISTS fevm_receipts_height_idx ON {{ .SchemaName | default "public"}}.fevm_receipts USING BTREE (height);

0 commit comments

Comments
 (0)