Skip to content

Commit

Permalink
Make supporter_notes clear in select
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Sep 25, 2024
1 parent 0105d61 commit 8477ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/legacy_lib/nonprofit_query_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def supporters
end

def supporter_notes
Qx.select("*").from(:supporters).join(:supporter_notes, "supporters.id = supporter_notes.supporter_id")
Qx.select("supporter_notes.*").from(:supporters).join(:supporter_notes, "supporters.id = supporter_notes.supporter_id")
end


Expand Down

0 comments on commit 8477ead

Please sign in to comment.