Skip to content

Commit

Permalink
Remove entry from TableDescriptionProvider
Browse files Browse the repository at this point in the history
This table was removed from the db in #12948.
  • Loading branch information
Andrew Farries authored and roboquat committed Sep 16, 2022
1 parent 3e95cc4 commit 785c2a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/gitpod-db/src/tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,6 @@ export class GitpodTableDescriptionProvider implements TableDescriptionProvider
deletionColumn: "deleted",
timeColumn: "_lastModified",
},
{
name: "d_b_workspace_instance_usage",
primaryKeys: ["instanceId"],
deletionColumn: "deleted",
timeColumn: "_lastModified",
},
{
name: "d_b_usage",
primaryKeys: ["id"],
Expand Down

0 comments on commit 785c2a1

Please sign in to comment.