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 migrationtagTag of the migration
Return value
RECORDA record describing the migration if it executed, a DEFAULT RECORD if it didn't
DATETIME finishedWhen the migration completed
RECORD resultResult returned by the migration script