Skip to content

Commit a96c11e

Browse files
committed
feat(database): increase default maximum project count from 10 to 25
1 parent ff290df commit a96c11e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal-packages/database/prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ model Organization {
218218
219219
featureFlags Json?
220220
221-
maximumProjectCount Int @default(10)
221+
maximumProjectCount Int @default(25)
222222
223223
projects Project[]
224224
members OrgMember[]

0 commit comments

Comments
 (0)