From e657d2f821c9d8eb42dcad74f6097ea3f25cca66 Mon Sep 17 00:00:00 2001 From: Weiko Date: Mon, 9 Dec 2024 15:55:10 +0100 Subject: [PATCH] remove test now that it s working --- .../src/engine/core-modules/workspace/workspace.entity.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/twenty-server/src/engine/core-modules/workspace/workspace.entity.ts b/packages/twenty-server/src/engine/core-modules/workspace/workspace.entity.ts index 221c4475299d..b80ecad5ecce 100644 --- a/packages/twenty-server/src/engine/core-modules/workspace/workspace.entity.ts +++ b/packages/twenty-server/src/engine/core-modules/workspace/workspace.entity.ts @@ -143,9 +143,6 @@ export class Workspace { @Column({ default: '' }) databaseSchema: string; - @Column({ default: '' }) - testColumnForCICheck: string; - @Field() @Column() subdomain: string;