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,