Retry sql migration (#17376) (#17448)

This commit is contained in:
brian-harris
2021-10-21 21:14:15 -07:00
committed by GitHub
parent b9a7d5e4bd
commit c5a27a89f3
23 changed files with 663 additions and 337 deletions

View File

@@ -2,7 +2,7 @@
"name": "sql-migration",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.1.8",
"version": "0.1.9",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
@@ -81,6 +81,11 @@
"command": "sqlmigration.cancel.migration",
"title": "%cancel-migration-menu%",
"category": "%migration-context-menu-category%"
},
{
"command": "sqlmigration.retry.migration",
"title": "%retry-migration-menu%",
"category": "%migration-context-menu-category%"
}
],
"menu": {
@@ -116,6 +121,10 @@
{
"command": "sqlmigration.cancel.migration",
"when": "false"
},
{
"command": "sqlmigration.retry.migration",
"when": "false"
}
]
},
@@ -174,4 +183,4 @@
"devDependencies": {
"@types/uuid": "^8.3.1"
}
}
}