Skip to content

Commit

Permalink
fix: add round name to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ccerv1 committed Dec 2, 2024
1 parent 1d24114 commit db8f5cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ select distinct
`timestamp` as donation_timestamp,
round_id,
round_num as round_number,
round_name,
chain_id,
project_id as gitcoin_project_id,
amount_in_usd,
Expand Down

0 comments on commit db8f5cf

Please sign in to comment.