Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed Aug 14, 2024
1 parent 83eb4b6 commit bc5273f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/store/migrate/migrations/0249_ccip_token_prices_fix.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ CREATE TABLE ccip.observed_gas_prices
PRIMARY KEY (chain_selector, source_chain_selector)
);

CREATE INDEX idx_observed_token_prices_chain_selector_token_addr
ON ccip.observed_token_prices (token_addr, chain_selector);

-- +goose Down
DROP TABLE ccip.observed_token_prices;
DROP TABLE ccip.observed_gas_prices;
Expand Down

0 comments on commit bc5273f

Please sign in to comment.