Skip to content

Commit 9cc9c35

Browse files
Andrew Farriesroboquat
Andrew Farries
authored andcommitted
Remove duplicate entry for d_b_prebuilt_workspace
1 parent d9dc8f0 commit 9cc9c35

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/gitpod-db/src/tables.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ export class GitpodTableDescriptionProvider implements TableDescriptionProvider
132132
primaryKeys: ["domain"],
133133
timeColumn: "_lastModified",
134134
},
135-
{
136-
name: "d_b_prebuilt_workspace",
137-
primaryKeys: ["id"],
138-
timeColumn: "_lastModified",
139-
},
140135
{
141136
name: "d_b_app_installation",
142137
primaryKeys: ["platform", "installationID", "state"],

0 commit comments

Comments
 (0)