Skip to content

Commit

Permalink
drop rewards bo coinbase index in 6th migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Oct 13, 2023
1 parent 6338651 commit ff86ac2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions sql/migrations/0006_next.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX rewards_by_coinbase;
2 changes: 1 addition & 1 deletion sql/migrations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ func TestMigrationsAppliedOnce(t *testing.T) {
return true
})
require.NoError(t, err)
require.Equal(t, version, 5)
require.Equal(t, version, 6)
}

0 comments on commit ff86ac2

Please sign in to comment.