Skip to content

Commit

Permalink
Update components/gitpod-db/src/typeorm/entity/db-team-settings.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gero Posmyk-Leinemann <[email protected]>
  • Loading branch information
filiptronicek and geropl authored Dec 16, 2024
1 parent 5474c7d commit 37dd291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class DBOrgSettings implements OrganizationSettings {
@Column("json", { nullable: true })
roleRestrictions?: RoleRestrictions | undefined;

@Column({ type: "int" })
@Column({ type: "int", default: 0 })
maxParallelRunningWorkspaces: number;

@Column()
Expand Down

0 comments on commit 37dd291

Please sign in to comment.