Skip to content

Commit 791fe97

Browse files
committed
fix
1 parent dcf6828 commit 791fe97

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

components/gitpod-db/src/tables.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,6 @@ export class GitpodTableDescriptionProvider implements TableDescriptionProvider
263263
deletionColumn: "deleted",
264264
timeColumn: "_lastModified",
265265
},
266-
{
267-
name: "d_b_oss_allow_list",
268-
primaryKeys: ["identity"],
269-
deletionColumn: "deleted",
270-
timeColumn: "_lastModified",
271-
},
272266
{
273267
name: "d_b_project_env_var",
274268
primaryKeys: ["id", "projectId"],

components/gitpod-db/src/typeorm/entity/db-oss-allowlist.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)