AthletiFi / athletifi-website

Official website for AthletiFi
https://www.athleti.fi
1 stars 5 forks source link

Create invitation records for first 60 families in the invitations table #335

Closed qisforq closed 2 days ago

chef-louis commented 6 days ago

Currently can see the 66 invites for Summer Select families with the following query:

SELECT *
FROM public.invitations i
WHERE invite_type = 'set_owner';