Skip to content

Commit ec09542

Browse files
committed
Update get_attendees.sql
1 parent 607bb46 commit ec09542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_attendees.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ SELECT name_t.post_id , name, email, airtable_id, zoom_link,
4646
LEFT JOIN (SELECT ID, post_title as ticket_name from wp_2kamgb_posts
4747
WHERE post_type = 'tribe_rsvp_tickets') as product_name
4848
on rsvp_link.product_id = product_name.ID
49-
WHERE eventName IS NOT NULL
49+
WHERE eventName IS NOT NULL AND YEAR(eventDt) = 2025

0 commit comments

Comments
 (0)