Skip to content

Commit

Permalink
Updated the Sex field in the query (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
kollil authored Jan 31, 2025
1 parent a379e8b commit e149962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sla/resources/queries/sla/ProtocolProjectsUsage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SELECT
y.grantNumber as OGAGrantNumber,
y.fiscalAuthorityName As FiscalAuthorityName,
aa.Species,
aa.Gender as Sex,
aa.Gender,
aa.Strain,
aa.Allowed AS NumAllowed,
calc.NumUsed,
Expand Down

0 comments on commit e149962

Please sign in to comment.