remove commentted out code
This commit is contained in:
parent
5b1d6b775c
commit
3494ec36f5
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ module QueryCampaignMetrics
|
|||
result = Qx.select(
|
||||
"COALESCE(COUNT(DISTINCT donations.id), 0) AS supporters_count",
|
||||
"COALESCE(SUM(payments.gross_amount), 0) AS total_raised"
|
||||
# "campaigns.goal_amount",
|
||||
# "campaigns.show_total_count",
|
||||
# "campaigns.show_total_raised"
|
||||
)
|
||||
.from("campaigns")
|
||||
.join(
|
||||
|
|
Loading…
Reference in a new issue