Skip to content

Commit 37dd291

Browse files
Update components/gitpod-db/src/typeorm/entity/db-team-settings.ts
Co-authored-by: Gero Posmyk-Leinemann <[email protected]>
1 parent 5474c7d commit 37dd291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-db/src/typeorm/entity/db-team-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class DBOrgSettings implements OrganizationSettings {
3939
@Column("json", { nullable: true })
4040
roleRestrictions?: RoleRestrictions | undefined;
4141

42-
@Column({ type: "int" })
42+
@Column({ type: "int", default: 0 })
4343
maxParallelRunningWorkspaces: number;
4444

4545
@Column()

0 commit comments

Comments
 (0)