Skip to content

Commit 3d3c501

Browse files
Laurie T. Malauroboquat
authored andcommitted
[public api] Enable dbsync for d_b_personal_access_token
1 parent 3a9e9bf commit 3d3c501

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
@@ -334,6 +334,12 @@ export class GitpodTableDescriptionProvider implements TableDescriptionProvider
334334
timeColumn: "_lastModified",
335335
deletionColumn: "deleted",
336336
},
337+
{
338+
name: "d_b_personal_access_token",
339+
primaryKeys: ["id"],
340+
timeColumn: "_lastModified",
341+
deletionColumn: "deleted",
342+
},
337343
];
338344

339345
public getSortedTables(): TableDescription[] {

0 commit comments

Comments
 (0)