|
1 | 1 | import { buildContainer } from "~/modules/container.server"; |
2 | | -import { eventsTable, InsertEvent } from "~/modules/db/schema.server"; |
| 2 | +import { eventsTable, InsertEvent } from "@lib/db/schema.server"; |
3 | 3 |
|
4 | | -// 51802baf-8e1b-4903-99ba-96cf637bff63 |
| 4 | +// 177359e8-51a7-4b13-9859-cec7083a90cf |
5 | 5 | const event = { |
6 | | - name: "All Things Web at Convex", |
7 | | - slug: "2025-03-19-all-things-web-at-convex", |
8 | | - attendeeLimit: 150, |
| 6 | + name: "AI x All Things Web", |
| 7 | + slug: "2025-04-03-ai-x-all-things-web", |
| 8 | + attendeeLimit: 300, |
9 | 9 | tagline: |
10 | | - "Join us for our next meetup at Convex! RSVP for two great tech talks, snacks & drinks, and plenty of time to chat about all things web.", |
11 | | - startDate: new Date("2025-03-19T17:00:00.000Z"), |
12 | | - endDate: new Date("2025-03-19T20:30:00.000Z"), |
13 | | - lumaEventId: "evt-xWl1tkPwl1b8zbI", |
14 | | - isDraft: true, |
| 10 | + "Join us on April 3rd for a special AI x All Things Web event at the AWS GenAI Loft. We'll have several fantastic lightning talks, snacks & drinks, and plenty of time to nerd out about AI, all things web, and the future of UI!", |
| 11 | + startDate: new Date("2025-04-03T17:00:00.000Z"), |
| 12 | + endDate: new Date("2025-04-03T20:30:00.000Z"), |
| 13 | + lumaEventId: "evt-hMrMdGcrk8XOnuF", |
| 14 | + isDraft: false, |
15 | 15 | isHackathon: false, |
16 | 16 | highlightOnLandingPage: true, |
17 | | - fullAddress: "444 De Haro St #218, San Francisco, CA 94103", |
18 | | - shortLocation: "Convex HQ", |
19 | | - streetAddress: "444 De Haro St #218", |
| 17 | + fullAddress: "525 Market St, San Francisco, CA 94105, USA", |
| 18 | + shortLocation: "AWS GenAI Loft", |
| 19 | + streetAddress: "525 Market St", |
20 | 20 | } satisfies InsertEvent; |
21 | 21 |
|
22 | 22 | async function main() { |
|
0 commit comments