Clean metadata and schema (#2382)
This commit is contained in:
@ -103,4 +103,8 @@ export class TenantMigrationService {
|
||||
isCustom: true,
|
||||
});
|
||||
}
|
||||
|
||||
public async delete(workspaceId: string) {
|
||||
await this.tenantMigrationRepository.delete({ workspaceId });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user