Add instructions to upgrade to 0.41 in docs (#9964)
As per title Also: - making sure to destroy datasource in upgrade commands to lower memory usage
This commit is contained in:
@ -124,6 +124,8 @@ export class AddContextToActorCompositeTypeCommand extends ActiveWorkspacesComma
|
||||
workspaceId,
|
||||
);
|
||||
}
|
||||
|
||||
this.twentyORMGlobalManager.destroyDataSourceForWorkspace(workspaceId);
|
||||
}
|
||||
|
||||
private async addContextColumn(
|
||||
|
||||
@ -77,6 +77,8 @@ export class SeedWorkflowViewsCommand extends ActiveWorkspacesCommandRunner {
|
||||
workflowObjectMetadata.id,
|
||||
dryRun,
|
||||
);
|
||||
|
||||
this.twentyORMGlobalManager.destroyDataSourceForWorkspace(workspaceId);
|
||||
}
|
||||
|
||||
private async seedWorkflowViews(
|
||||
|
||||
Reference in New Issue
Block a user