WRDSchema2017::GetMigrationStatus (open)

Get the status of a recent migration script

Syntax

LOADLIB "mod::wrd/lib/internal/wrdschema.whlib";

RECORD FUNCTION GetMigrationStatus(STRING migrationtag)

Parameters

STRING migrationtag

Tag of the migration

Return value

RECORD

A record describing the migration if it executed, a DEFAULT RECORD if it didn't

DATETIME finished

When the migration completed

RECORD result

Result returned by the migration script