You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
194 B

# --- !Ups
CREATE INDEX IF NOT EXISTS transaction_inputs_from_index ON transaction_inputs USING BTREE (from_txid, from_output_index);
# --- !Downs
DROP INDEX transaction_inputs_from_index;