Skip to content

Commit d1cd38a

Browse files
author
Andrew Farries
committed
Change creditsUsed db field to integer type
1 parent ef13986 commit d1cd38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/gitpod-db/src/typeorm/entity/db-workspace-instance-usage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class DBWorkspaceInstanceUsage {
3434
@Index("ind_stoppedAt")
3535
stoppedAt: string;
3636

37-
@Column("double")
37+
@Column("int")
3838
creditsUsed: number;
3939

4040
@Column()

0 commit comments

Comments
 (0)