From 89b91544676e8da33e977b840c312f6df9ee9e57 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Sun, 13 Jul 2025 23:37:19 +0400 Subject: [PATCH] Update 20250711005900_github-app-connection-to-environments.ts --- .../20250711005900_github-app-connection-to-environments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/db/migrations/20250711005900_github-app-connection-to-environments.ts b/backend/src/db/migrations/20250711005900_github-app-connection-to-environments.ts index 14e9ddd65..b576dec7b 100644 --- a/backend/src/db/migrations/20250711005900_github-app-connection-to-environments.ts +++ b/backend/src/db/migrations/20250711005900_github-app-connection-to-environments.ts @@ -1,5 +1,5 @@ import { Knex } from "knex"; - +// test import { inMemoryKeyStore } from "@app/keystore/memory"; import { selectAllTableCols } from "@app/lib/knex";