Skip to content

Commit 0992d80

Browse files
authored
[Fix] fix command dry run (#15697)
1 parent 5481519 commit 0992d80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/twenty-server/src/database/commands/upgrade-version-command/1-11/1-11-clean-orphaned-role-targets.command.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ export class CleanOrphanedRoleTargetsCommand extends ActiveOrSuspendedWorkspaces
7575
);
7676
});
7777

78+
this.hasRunOnce = true;
79+
7880
return;
7981
}
8082

0 commit comments

Comments
 (0)