Skip to content

Commit 6cbb907

Browse files
committed
Rename the file to fix the conflict
1 parent 3c6f3f4 commit 6cbb907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/v1/28_fevm_table_index.go renamed to schemas/v1/33_fevm_table_index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package v1
22

33
func init() {
44
patches.Register(
5-
28,
5+
33,
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);

0 commit comments

Comments
 (0)