Enable Rename Database for on-prem servers. Use common method for getting OE node info. (#24517)

This commit is contained in:
Cory Rivera
2023-09-27 11:21:07 -07:00
committed by GitHub
parent 646b001160
commit 131c288ab4
2 changed files with 85 additions and 46 deletions

View File

@@ -578,7 +578,7 @@
},
{
"command": "mssql.renameObject",
"when": "connectionProvider == MSSQL && nodeType =~ /^(ServerLevelLogin|User|Table|View|ServerLevelServerRole|ApplicationRole|DatabaseRole)$/ && config.workbench.enablePreviewFeatures",
"when": "connectionProvider == MSSQL && nodeType =~ /^(ServerLevelLogin|User|Table|View|ServerLevelServerRole|ApplicationRole|DatabaseRole|Database)$/ && config.workbench.enablePreviewFeatures",
"group": "1_objectManagement@1"
},
{