Clean metadata and schema (#2382)
This commit is contained in:
@ -161,6 +161,8 @@ export class WorkspaceService {
|
||||
this.delete({ where: { id: workspaceId } }),
|
||||
]);
|
||||
|
||||
await this.tenantInitialisationService.delete(workspaceId);
|
||||
|
||||
return workspace;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user