Skip to content

Commit

Permalink
Rename the file to fix the conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Terryhung committed Aug 30, 2023
1 parent 3c6f3f4 commit 6cbb907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package v1

func init() {
patches.Register(
28,
33,
`
-- fevm_block_headers
CREATE INDEX IF NOT EXISTS fevm_block_headers_height_idx ON {{ .SchemaName | default "public"}}.fevm_block_headers USING BTREE (height);
Expand Down

0 comments on commit 6cbb907

Please sign in to comment.