There was an error while loading. Please reload this page.
d_b_installation_admin
1 parent cd47261 commit ec9ac63Copy full SHA for ec9ac63
components/gitpod-db/src/tables.ts
@@ -47,6 +47,11 @@ export class GitpodSessionTableDescriptionProvider implements TableDescriptionPr
47
export class GitpodTableDescriptionProvider implements TableDescriptionProvider {
48
readonly name = "gitpod";
49
protected readonly tables: TableDescription[] = [
50
+ {
51
+ name: "d_b_installation_admin",
52
+ primaryKeys: ["id"],
53
+ timeColumn: "_lastModified",
54
+ },
55
{
56
name: "d_b_blocked_repository",
57
primaryKeys: ["id"],
0 commit comments