Skip to content

Commit ec9ac63

Browse files
Andrew Farriesroboquat
authored andcommitted
Add d_b_installation_admin table to db-sync
1 parent cd47261 commit ec9ac63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/gitpod-db/src/tables.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ 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_installation_admin",
52+
primaryKeys: ["id"],
53+
timeColumn: "_lastModified",
54+
},
5055
{
5156
name: "d_b_blocked_repository",
5257
primaryKeys: ["id"],

0 commit comments

Comments
 (0)