BuildMaster SDK Reference
Version:

UpgradeSchemaAsync(System.Collections.Generic.IReadOnlyDictionary<int, System.Guid> canoncialGuids, System.Threading.CancellationToken cancellationToken) Method

When implemented by a derived class, migrates existing v1 script execution records to a new v2 table.

Syntax

public abstract System.Threading.Tasks.Task UpgradeSchemaAsync(IReadOnlyDictionary<int, System.Guid> canoncialGuids, System.Threading.CancellationToken cancellationToken)

Parameters

canoncialGuids
Type: System.Collections.Generic.IReadOnlyDictionary<int, System.Guid>

Map of script IDs to script GUIDs.

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.