Skip to content

Commit f1a4a86

Browse files
author
Andrew Farries
committed
Add d_b_workspace_cluster table to sync config
1 parent 1573864 commit f1a4a86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/gitpod-db/src/tables.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ export class GitpodSessionTableDescriptionProvider implements TableDescriptionPr
4747
export class GitpodTableDescriptionProvider implements TableDescriptionProvider {
4848
readonly name = "gitpod";
4949
protected readonly tables: TableDescription[] = [
50+
{
51+
name: "d_b_workspace_cluster",
52+
primaryKeys: ["name", "applicationCluster"],
53+
timeColumn: "_lastModified",
54+
deletionColumn: "deleted",
55+
},
5056
{
5157
name: "d_b_oauth_auth_code_entry",
5258
primaryKeys: ["id"],

0 commit comments

Comments
 (0)