Clean metadata and schema (#2382)
This commit is contained in:
@ -41,4 +41,8 @@ export class DataSourceMetadataService {
|
||||
order: { createdAt: 'DESC' },
|
||||
});
|
||||
}
|
||||
|
||||
async delete(workspaceId: string) {
|
||||
await this.dataSourceMetadataRepository.delete({ workspaceId });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user