From 9bfb132905a885a76e2b274bbbaadfba083cfc4b Mon Sep 17 00:00:00 2001 From: Andrew Farries Date: Thu, 29 Sep 2022 13:28:08 +0000 Subject: [PATCH] Sync `d_b_pending_github_event` table --- components/gitpod-db/src/tables.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/gitpod-db/src/tables.ts b/components/gitpod-db/src/tables.ts index bfba8c5f2a2f9e..fda8f1467f6896 100644 --- a/components/gitpod-db/src/tables.ts +++ b/components/gitpod-db/src/tables.ts @@ -52,6 +52,12 @@ export class GitpodTableDescriptionProvider implements TableDescriptionProvider primaryKeys: ["id"], timeColumn: "_lastModified", }, + { + name: "d_b_pending_github_event", + primaryKeys: ["id"], + timeColumn: "creationDate", + deletionColumn: "deleted", + }, { name: "d_b_blocked_repository", primaryKeys: ["id"],