Skip to content

Commit

Permalink
update sql.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyuchan committed Jul 1, 2024
1 parent c2004dd commit df6b0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/migrations/20220218070358_create_tables.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ create index tx_block_index on transaction (block_hash);
create index tx_height_index on transaction (height);
create index tx_time_index on transaction (timestamp);
create index tx_sender_index on transaction(sender);
create index tx_recv_index on transaction(receiver);

create table e2n (
tx_hash varchar(64) not null,
Expand Down

0 comments on commit df6b0e9

Please sign in to comment.