Skip to content

Commit

Permalink
Add missing indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Nov 18, 2024
1 parent 4511dfe commit 16241ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/grest/rpc/02_indexes/13_6_0_1.sql
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CREATE INDEX IF NOT EXISTS idx_address_address ON address USING hash (address);
CREATE INDEX IF NOT EXISTS idx_tx_out_stake_address_id ON tx_out(stake_address_id) ;
CREATE INDEX IF NOT EXISTS idx_address_stake_address_id ON address(stake_address_id) ;

0 comments on commit 16241ec

Please sign in to comment.