mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
10 lines
193 B
SQL
10 lines
193 B
SQL
update
|
|
"CalendarEvent"
|
|
set
|
|
"name" = @name,
|
|
"tags" = @tags,
|
|
"description" = @description,
|
|
"discordInviteCode" = @discordInviteCode,
|
|
"bracketUrl" = @bracketUrl
|
|
where
|
|
"id" = @eventId |