Hi,
I noticed that the DatabaseMigrator.DeployMetaData & Database.Migrator.Deploydata methods are both Asynchronous.
Is there a way to call the methods synchronous instead?
I need this as I need to call different methods depending on whether the database deployment was successfull or not.