Skip to content

Commit de08a5c

Browse files
willwearingclaude
andcommitted
fix: align posthog brand seed slug with DB (posthog -> posthog-tam)
The DB already had this brand under slug posthog-tam, causing a domain unique constraint error when the seed tried to create a new record with slug posthog for the same domain. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6072f0f commit de08a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/prisma/seeds/brands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ const brands = [
501501
},
502502
},
503503
{
504-
slug: "posthog",
504+
slug: "posthog-tam",
505505
name: "PostHog TAM",
506506
domain: "posthog-tam.vercel.app",
507507
tagline: "Master PostHog. Technically.",

0 commit comments

Comments
 (0)