Skip to content

Commit c1bb9b1

Browse files
svenefftingeroboquat
authored andcommitted
[db-sync] sync d_b_usage
1 parent ff38b98 commit c1bb9b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/gitpod-db/src/tables.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,11 @@ export class GitpodTableDescriptionProvider implements TableDescriptionProvider
292292
deletionColumn: "deleted",
293293
timeColumn: "_lastModified",
294294
},
295+
{
296+
name: "d_b_usage",
297+
primaryKeys: ["id"],
298+
timeColumn: "_lastModified",
299+
},
295300
];
296301

297302
public getSortedTables(): TableDescription[] {

0 commit comments

Comments
 (0)