fix: Fetch contract methods decoding candidates sorted by inserted_at (#10529)
* Fetch contract methods decoding candidates sorted by inserted_at * Add contract_methods inserted_at B-tree indexvb-nft-collection-trigger-metadata-refetch-admin-api-endpoint
parent
25339b9479
commit
0f7aba6337
@ -0,0 +1,7 @@ |
|||||||
|
defmodule Explorer.Repo.Migrations.AddContractMethodsInsertedAtIndex do |
||||||
|
use Ecto.Migration |
||||||
|
|
||||||
|
def change do |
||||||
|
create(index(:contract_methods, [:inserted_at])) |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue