Skip to content

Commit

Permalink
Include boxfordlaser in vw_laser_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronJackson authored Jun 8, 2024
1 parent dcbfae4 commit a5a81e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/vw_laser_usage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SELECT
SELECT COUNT(*)
FROM role_updates ru
INNER JOIN roles r ON r.id = ru.added_role_id
WHERE r.name = 'tools.laser.user'
WHERE (r.name = 'tools.laser.user' OR r.name = 'tools.boxfordlaser.user')
AND YEAR(ru.created_at)=YEAR(tu.start)
AND MONTH(ru.created_at)=MONTH(tu.start)
) AS members_inducted
Expand Down

0 comments on commit a5a81e8

Please sign in to comment.