Skip to content

Commit

Permalink
chore: add index on block_time column of address_tx_amount table
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-DucPhung committed May 7, 2024
1 parent 907ae57 commit 6c6656d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CREATE INDEX IF NOT EXISTS address_tx_amount_tx_hash_idx ON address_tx_amount (t
CREATE INDEX IF NOT EXISTS address_tx_amount_stake_address_idx ON address_tx_amount (stake_address);
CREATE INDEX IF NOT EXISTS address_tx_amount_unit_quantity_idx ON address_tx_amount (unit, quantity);
CREATE INDEX IF NOT EXISTS address_tx_amount_epoch_idx ON address_tx_amount (epoch);
CREATE INDEX IF NOT EXISTS address_tx_amount_block_time_idx ON address_tx_amount (block_time);

CREATE INDEX IF NOT EXISTS multi_asset_unit_idx ON multi_asset (unit);

Expand Down

0 comments on commit 6c6656d

Please sign in to comment.