Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc6706c

Browse files
committed
Update to add challenge ID to payments response, per Topgear request
1 parentbe05a2a commitfc6706c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎sql/reports/topgear/payments.sql‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
SELECT
22
p.payment_id,
3+
w.external_idas challenge_id,
34
p.gross_amount,
45
p.net_amount,
56
p.total_amount,
67
p.payment_status,
78
p.billing_account,
89
p.created_at
910
FROMfinance.payment p
11+
INNER JOINfinance.winnings wonp.winnings_id=w.winning_id
1012
WHEREp.created_at>= $1::timestamptz
1113
ANDp.created_at<= $2::timestamptz
1214
ORDER BYp.created_atDESC;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp