diff --git a/server/db/schema/admin.ts b/server/db/schema/admin.ts index 5ce3317e..28e3ebd0 100644 --- a/server/db/schema/admin.ts +++ b/server/db/schema/admin.ts @@ -23,6 +23,7 @@ export const admins = pgTable("admin", { githubClientSecret: text("githubClientSecret"), githubInstallationId: text("githubInstallationId"), githubPrivateKey: text("githubPrivateKey"), + githubWebhookSecret: text("githubWebhookSecret"), letsEncryptEmail: text("letsEncryptEmail"), sshPrivateKey: text("sshPrivateKey"), enableDockerCleanup: boolean("enableDockerCleanup").notNull().default(false),