mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
fix(server): cherry-pick breaking changes
This commit is contained in:
parent
e13c9ef46c
commit
2dd1fffe02
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue