sendou.ink/app/db/models/calendar/updateParticipantsCount.sql
2022-08-14 13:15:18 +03:00

6 lines
93 B
SQL

update
"CalendarEvent"
set
"participantCount" = @participantCount
where
"id" = @eventId