fix(server): cherry-pick breaking changes

This commit is contained in:
prastoin 2026-04-15 17:55:17 +02:00
parent e13c9ef46c
commit 2dd1fffe02

View file

@ -269,10 +269,11 @@ export class UpgradeCommand extends CommandRunner {
);
for (const workspaceId of workspacesWithoutCursor) {
await this.upgradeMigrationService.markAsInitial({
await this.upgradeMigrationService.markAsWorkspaceInitial({
name: lastWorkspaceCommand.name,
workspaceId,
executedByVersion: '1.21.0',
status: 'completed',
});
}
}