-
Notifications
You must be signed in to change notification settings - Fork 537
Open
Labels
dbup-coreIssue or pull request regarding dbup-core projectIssue or pull request regarding dbup-core projectenhancementNew feature or requestNew feature or request
Description
Hi,
In my particular case we run a number of PerformUpgrade() calls against a few databases when our application starts up.
While we can work out from the scripts collection what succeeded and what didn't it would be great if we could supply some form of logical name to the UpgradeEngineBuilder and then get that back in the result. So something like:
UpgradeEngineBuilder upgradeBuilder =
DeployChanges.To
.SqlDatabase(_ConnectionString)
.MigrationLogicalName("MyLogicalName");if (upgradeEngine.PerformUpgrade().MigrationLogicalName == "MyLogicalName")
{
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dbup-coreIssue or pull request regarding dbup-core projectIssue or pull request regarding dbup-core projectenhancementNew feature or requestNew feature or request
Type
Projects
Status
Wishlist