Skip to content

Commit

Permalink
[db-sync] Add d_b_workspace_instance_usage to db-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
easyCZ committed Aug 26, 2022
1 parent d1d2b3e commit 5c6ab13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/gitpod-db/src/tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ export class GitpodTableDescriptionProvider implements TableDescriptionProvider
deletionColumn: "deleted",
timeColumn: "_lastModified",
},
{
name: "d_b_workspace_instance_usage",
primaryKeys: ["instanceId"],
deletionColumn: "deleted",
timeColumn: "_lastModified",
},
];

public getSortedTables(): TableDescription[] {
Expand Down

0 comments on commit 5c6ab13

Please sign in to comment.