From 4764686bd03d84aaf9089b81f05c10827e3beba8 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 14 Feb 2026 19:32:29 -0700 Subject: [PATCH] Fix seed script: use visibility field instead of removed isPublic Co-Authored-By: Claude Opus 4.6 --- prisma/seed-spaces.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/seed-spaces.ts b/prisma/seed-spaces.ts index 6dc34f2..8ad1d64 100644 --- a/prisma/seed-spaces.ts +++ b/prisma/seed-spaces.ts @@ -20,7 +20,7 @@ async function main() { name: "rVote Community", slug: "legacy", description: "The original rVote community space.", - isPublic: true, + visibility: "public_read", promotionThreshold: 100, votingPeriodDays: 7, creditsPerDay: 10,