Skip to content

Commit

Permalink
aff to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
RantumBits committed Nov 15, 2024
1 parent 0c87950 commit 58ccae1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ SELECT
maker_token,
taker,
maker,
tag as affiliate_address,
tag,
zid,
tx_hash,
tx_from,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,9 @@ models:
- *maker_token
- *taker
- *maker
- *affiliate_address
- &tag
name: tag
description: "tag of the trade"
- &zid
name: zid
description: "0x order id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ FROM (
,tx_to
,trace_address
,evt_index
,affiliate_address
,tag as affiliate_address
,null as zid
,type
FROM {{ model }}
Expand Down

0 comments on commit 58ccae1

Please sign in to comment.