mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 16:09:08 +02:00
🔥 Drop authorName from polls table (#616)
This commit is contained in:
parent
860103fa11
commit
1f263a46db
4 changed files with 8 additions and 3 deletions
|
@ -124,7 +124,6 @@ export const polls = router({
|
|||
timeZone: input.timeZone,
|
||||
location: input.location,
|
||||
description: input.description,
|
||||
authorName: input.user?.name,
|
||||
demo: input.demo,
|
||||
adminUrlId,
|
||||
participantUrlId,
|
||||
|
|
|
@ -77,7 +77,6 @@ export const demo = router({
|
|||
type: "date",
|
||||
location: "Starbucks, 901 New York Avenue",
|
||||
description: `Hey everyone, please choose the dates when you are available to meet for our monthly get together. Looking forward to see you all!`,
|
||||
authorName: "Johnny",
|
||||
demo: true,
|
||||
adminUrlId,
|
||||
participantUrlId: await nanoid(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue