Skip to content

Commit

Permalink
update cli app:workspace:delete (do not delete asset) due to fix on…
Browse files Browse the repository at this point in the history
… master
  • Loading branch information
jygaulier committed Jan 30, 2025
1 parent 4bbe1e9 commit 3235543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databox/api/src/Doctrine/Delete/WorkspaceDelete.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function deleteWorkspace(string $workspaceId): void
$this->deleteDependencies(AssetDataTemplate::class, $workspaceId);
$this->deleteDependencies(WorkspaceIntegration::class, $workspaceId);
$this->deleteDependencies(WorkspaceSecret::class, $workspaceId);
$this->deleteDependencies(Asset::class, $workspaceId);

$nFiles = $this->em->getRepository(File::class)
->createQueryBuilder('t')
Expand Down

0 comments on commit 3235543

Please sign in to comment.