Skip to content

Commit 78623fe

Browse files
committed
Add custom domain
1 parent d76d493 commit 78623fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/prisma/schema/domain.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ model DefaultDomains {
5757
ggllink Boolean @default(true)
5858
figpage Boolean @default(true)
5959
loooooooong Boolean @default(false)
60+
dubdevcodeforafricaorg Boolean @default(true)
6061
projectId String @unique
6162
project Project @relation(fields: [projectId], references: [id], onDelete: Cascade)
6263
}

0 commit comments

Comments
 (0)