Add schema compare to database connection context menu (#9382)

* add schema compare to database connection context menu

* don't show dacfx and schema compare in context menus for system dbs

* Remove checks for system db

* undo whitespace change
This commit is contained in:
Kim Santiago
2020-03-06 13:35:47 -08:00
committed by GitHub
parent 20f7670b32
commit 6f17f0de58

View File

@@ -54,6 +54,11 @@
"command": "schemaCompare.start",
"when": "connectionProvider == MSSQL && nodeType && nodeType == Database && mssql:engineedition != 11",
"group": "export"
},
{
"command": "schemaCompare.start",
"when": "connectionProvider == MSSQL && nodeType && nodeType == Server && mssql:engineedition != 11",
"group": "export"
}
]
}