mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
Adding migration status and cutover to extension (#14482)
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
"activationEvents": [
|
||||
"onDashboardOpen",
|
||||
"onCommand:sqlmigration.start",
|
||||
"onCommand:sqlmigration.testDialog",
|
||||
"onCommand:sqlmigration.openNotebooks"
|
||||
],
|
||||
"main": "./out/main",
|
||||
@@ -32,11 +31,6 @@
|
||||
"title": "SQL Migration Start",
|
||||
"category": "SQL Migration"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.testDialog",
|
||||
"title": "SQL Migration test dialog",
|
||||
"category": "SQL Migration"
|
||||
},
|
||||
{
|
||||
"command": "sqlmigration.openNotebooks",
|
||||
"title": "%migration-notebook-command-title%",
|
||||
@@ -60,8 +54,8 @@
|
||||
"name": "",
|
||||
"row": 0,
|
||||
"col": 1,
|
||||
"rowspan": 5,
|
||||
"colspan": 5,
|
||||
"rowspan": 2.5,
|
||||
"colspan": 3.5,
|
||||
"widget": {
|
||||
"modelview": {
|
||||
"id": "migration.dashboard"
|
||||
|
||||
Reference in New Issue
Block a user