Skip to content

Commit

Permalink
make aggregate unique on transaction hash
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Dec 14, 2023
1 parent ffcd704 commit 6a66dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CREATE TABLE aggregated_user_transactions (
token_short_name TEXT,
network network_blockchain,
time TIMESTAMP,
transaction_hash VARCHAR,
transaction_hash VARCHAR UNIQUE,
sender_address VARCHAR,
recipient_address VARCHAR,
amount DOUBLE PRECISION,
Expand Down

0 comments on commit 6a66dd0

Please sign in to comment.